PDFView4NET WinForms Edition


Destination Property (PDFRemoteGoToAction)
Gets or sets the destination of this action.
Syntax
'Declaration
 
Public Property Destination As PDFRemotePageDestination
'Usage
 
Dim instance As PDFRemoteGoToAction
Dim value As PDFRemotePageDestination
 
instance.Destination = value
 
value = instance.Destination
public PDFRemotePageDestination Destination {get; set;}

Property Value

The location in the remote document that will be displayed as a result of executing this action.
Requirements

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

See Also