ImageGear .NET v24.12 - Updated
PageNumber Property (ImGearPDFDestination)




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFDestination Class : PageNumber Property
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

Reference

ImGearPDFDestination Class
ImGearPDFDestination Members