ExportToXps Method
ExportToXps(string)
Saves the document to an XPS file (.xps on Windows 7, .oxps on Windows 8+).
Declaration
public bool ExportToXps(string filePath)
Public Function ExportToXps(filePath As String) As Boolean
Parameters
| Type |
Name |
Description |
| string |
filePath |
|
Returns
ExportToXps(Stream)
Saves the document as XPS (on Windows 7) or as OpenXPS (on Windows 8+) to the specified stream.
Declaration
public FlexViewerXpsType ExportToXps(Stream stream)
Public Function ExportToXps(stream As Stream) As FlexViewerXpsType
Parameters
| Type |
Name |
Description |
| Stream |
stream |
|
Returns