[]
        
(Showing Draft Content)

C1.Win.FlexViewer.C1FlexViewerPane.ExportToXps

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)
Parameters
Type Name Description
string filePath
Returns
Type Description
bool

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)
Parameters
Type Name Description
Stream stream
Returns
Type Description
FlexViewerXpsType