[]
        
(Showing Draft Content)

C1.C1Preview.C1PrintDocument.XpsDocument

XpsDocument Property

XpsDocument

Gets the 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.

Declaration
[Obsolete("Using this property may result in memory leaks. Instead, use GetXpsC1Doc() and dispose of the returned object when you no longer need it.")]
[Browsable(false)]
public XpsDocument XpsDocument { get; }
See Also