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




In This Topic
    StartPage Property
    In This Topic
    Gets or sets the page to start printing with, 0-based.
    Syntax
    'Declaration
     
    Public Property StartPage As Integer
    'Usage
     
    Dim instance As ImGearPDFPrintOptions
    Dim value As Integer
     
    instance.StartPage = value
     
    value = instance.StartPage
    public int StartPage {get; set;}
    public: __property int get_StartPage();
    public: __property void set_StartPage( 
       int value
    );
    public:
    property int StartPage {
       int get();
       void set (    int value);
    }

    Property Value

    Integer value.
    See Also