VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree Namespace / PdfDocumentViewerPreferences Class / PrintPageRange Property
Syntax Remarks Requirements SeeAlso
In This Topic
    PrintPageRange Property (PdfDocumentViewerPreferences)
    In This Topic
    Gets or sets the page numbers used to initialize the print dialog box when the file is printed.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public Property PrintPageRange As System.Int32[]
    
    
    [Browsable(False)]
    public System.Int32[] PrintPageRange { get; set; }
    
    
    [Browsable(False)]
    public: __property System.Int32[] get_PrintPageRange();
    public: __property void set_PrintPageRange(
    System.Int32[]* value
    );
    [Browsable(False)]
    public:
    property System.Int32[] PrintPageRange { System.Int32[] get(); void set(array<System.Int32>^ value); }
    Remarks

    This parameter is available since PDF 1.7.

    The first page of the PDF file is denoted by 1. Each pair consists of the first and last pages in the sub-range. An odd number of integers causes this entry to be ignored. Negative numbers cause the entire array to be ignored.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also