ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFPrintOptions Class / EndPage Property




In This Topic
    EndPage Property
    In This Topic
    Gets or sets the page to end printing on.
    Syntax
    'Declaration
     
    Public Property EndPage As Integer
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As Integer
     
    instance.EndPage = value
     
    value = instance.EndPage
    public int EndPage {get; set;}
    public: __property int get_EndPage();
    public: __property void set_EndPage( 
       int value
    );
    public:
    property int EndPage {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also