|
Action property (TgtPDFLinkAnnot) |
Top |
|
property Action: TgtAnnotAction;
Description
Use this property to associate a link action. The action can either be a link to another part of the PDF document or a link to an URL.
To link the annotation to another part of the PDF document, set the Action property to an instance of TgtAnnotGoToAction.
To link the annotation to URL, set the Action property to an instance of TgtAnnotLinkAction. |