PDFView4NET WinForms Edition


PageNumber Property (PDFRemotePageDestination)
Gets or sets the destination page number.
Syntax
'Declaration
 
Public Property PageNumber As Integer
'Usage
 
Dim instance As PDFRemotePageDestination
Dim value As Integer
 
instance.PageNumber = value
 
value = instance.PageNumber
public int PageNumber {get; set;}

Property Value

The number of the page in the remote PDF document.
Exceptions
ExceptionDescription
Thrown when the value is less than 0.
Remarks
The page number if 0 based.
Requirements

Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025

See Also