[]
Gets the XpsC1Doc object representing the current document. That object can be used to access the underlying XpsDocument, which in turn can provide the FixedDocumentSequence (via the call to GetFixedDocumentSequence()) that can be assigned to the Document property of a document viewer.
Please note that to avoid memory leaks, the XpsC1Doc object returned by this method should be disposed when you're finished using it and/or the XpsDocument it provides.
public XpsC1Doc GetXpsC1Doc()
Type | Description |
---|---|
XpsC1Doc | The XpsC1Doc object representing the current document. |