PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview.Export Namespace / ComplexExporter Class / Paginated Property

In This Topic
    Paginated Property (ComplexExporter)
    In This Topic
    Gets or sets a value indicating whether the exported document should preserve the pagination of the original document.
    Syntax
    'Declaration
     
    Public Property Paginated As Boolean
    public bool Paginated {get; set;}

    Property Value

    true if pagination should be preserved, false otherwise.
    See Also