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

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