Document Library for WinForms | ComponentOne
C1.Win.C1Document.4.5.2 Assembly / C1.Win.C1Document.Export Namespace / RasterImageOptionsForm Class / MaxPageNumber Property

In This Topic
    MaxPageNumber Property (RasterImageOptionsForm)
    In This Topic
    Gets or sets the maximum number of pages in the exported document.
    Syntax
    'Declaration
     
    Public Property MaxPageNumber As Nullable(Of Integer)
    public Nullable<int> MaxPageNumber {get; set;}
    See Also