[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.LinkAnnotation.Action

Action Property

Action

Gets or sets the 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.

Declaration
public ActionBase Action { get; set; }
Public Property Action As ActionBase