Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Annotations Namespace / LinkAnnotation Class / Dest Property

In This Topic
    Dest Property (LinkAnnotation)
    In This Topic
    Gets or sets the GrapeCity.Documents.Pdf.DestinationBase to be displayed when this LinkAnnotation is activated. If both this property and Action are specified, then Action takes precedence and will be written into the PDF file.
    Syntax
    'Declaration
     
    Public Property Dest As DestinationBase
    public DestinationBase Dest {get; set;}
    See Also