PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview.Export Namespace / DocxOptionsForm Class / Paginated Property

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