PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview.Export.Xps Namespace / XpsC1Doc Class / XpsDocument Property

In This Topic
    XpsDocument Property (XpsC1Doc)
    In This Topic
    Gets the XpsDocument representing the source document. Note that the document is committed when this property is first accessed, and cannot be changed afterwards.
    Syntax
    'Declaration
     
    Public ReadOnly Property XpsDocument As XpsDocument
    public XpsDocument XpsDocument {get;}
    See Also