|
gtPDFLinkAnnotationX |
Top Previous Next |
|
[This class is new in version 2.0 of Gnostice PDFtoolkit ActiveX/. NET Professional Edition]
This class represents link annotation, which will be used to add link annotations to the PDF document. This class introduces several properties like Name, Annot Title, Contents for link annotation.
To insert a link annotation into the document, create an instance of this class, providing all the properties required, and pass it as argument to the InsertLinkAnnotation method.
A link annotation represents either a hypertext link to a destination elsewhere in the document or an action to be performed. |