PDFView4NET WinForms Edition


Destination Property (PDFNamedDestination)
Gets or sets the destination.
Syntax
'Declaration
 
Public Property Destination As PDFDirectDestination
'Usage
 
Dim instance As PDFNamedDestination
Dim value As PDFDirectDestination
 
instance.Destination = value
 
value = instance.Destination
public PDFDirectDestination Destination {get; set;}

Property Value

The direct destination that can be refered by its associated name.
Requirements

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

See Also