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

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