ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFDestination Class / PageNumber Property




In This Topic
    PageNumber Property (ImGearPDFDestination)
    In This Topic
    Gets the page number of the destination's page.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageNumber As Integer
    'Usage
     
    Dim instance As ImGearPDFDestination
    Dim value As Integer
     
    value = instance.PageNumber
    public int PageNumber {get;}
    public: __property int get_PageNumber();
    public:
    property int PageNumber {
       int get();
    }

    Property Value

    Integer value.
    Remarks
    Applies only to EXPLICIT type of destination.
    See Also