PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / MaxPages Property

In This Topic
    MaxPages Property (C1PrintDocument)
    In This Topic
    Gets or sets the value limiting the maximum number of pages in the generated document.

    The default value is -1, indicating that the number of pages in the document is unlimited.

    This property is only taken into account when the document is created using the Generate method.

    Syntax
    'Declaration
     
    Public Property MaxPages As Integer
    public int MaxPages {get; set;}
    See Also