PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / XpsDocument Property

In This Topic
    XpsDocument Property (C1PrintDocument)
    In This Topic
    Gets the System.Windows.Xps.Packaging.XpsDocument representing the current document. Note that retrieving the value of this property generates the document, hence the application should cache the value if it needs to be accessed more than once.
    Syntax
    'Declaration
     
    Public ReadOnly Property XpsDocument As XpsDocument
    public XpsDocument XpsDocument {get;}
    See Also