[]
Creates an instance of XpsC1Doc that holds the XPS document in memory.
public XpsC1Doc(C1PrintDocument c1doc)
Type | Name | Description |
---|---|---|
C1PrintDocument | c1doc | The source C1PrintDocument. |
Creates an instance of XpsC1Doc that creates the XPS document in a disk file.
public XpsC1Doc(C1PrintDocument c1doc, string filename)
Type | Name | Description |
---|---|---|
C1PrintDocument | c1doc | The source C1PrintDocument. |
string | filename | The target XPS file name. |