[]
Saves the document to an XPS file (.xps on Windows 7, .oxps on Windows 8+).
public bool ExportToXps(string filePath)
Type | Name | Description |
---|---|---|
string | filePath |
Type | Description |
---|---|
bool |
Saves the document as XPS (on Windows 7) or as OpenXPS (on Windows 8+) to the specified stream.
public FlexViewerXpsType ExportToXps(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Type | Description |
---|---|
FlexViewerXpsType |