ExportToXps(String) Method
In This Topic
Saves the document to an XPS file (.xps on Windows 7, .oxps on Windows 8+).
Syntax
'Declaration
Public Overloads Function ExportToXps( _
ByVal As String _
) As Boolean
public bool ExportToXps(
string
)
Parameters
- filePath
See Also