[]
        
(Showing Draft Content)

C1.Win.FlexViewer.C1FlexViewerDialog.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)
Public Function ExportToXps(filePath As String) As Boolean
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)
Public Function ExportToXps(stream As Stream) As FlexViewerXpsType
Parameters
Type Name Description
Stream stream
Returns
Type Description
FlexViewerXpsType