[]
        
(Showing Draft Content)

C1.C1Preview.Export.Xps.XpsC1Doc.-ctor

XpsC1Doc Constructor

XpsC1Doc(C1PrintDocument)

Creates an instance of XpsC1Doc that holds the XPS document in memory.

Declaration
public XpsC1Doc(C1PrintDocument c1doc)
Parameters
Type Name Description
C1PrintDocument c1doc

The source C1PrintDocument.

XpsC1Doc(C1PrintDocument, string)

Creates an instance of XpsC1Doc that creates the XPS document in a disk file.

Declaration
public XpsC1Doc(C1PrintDocument c1doc, string filename)
Parameters
Type Name Description
C1PrintDocument c1doc

The source C1PrintDocument.

string filename

The target XPS file name.