|
AddAnnotItem method (TgtExPDFEngine) |
Top |
|
procedure AddAnnotItem (AAnnot: TgtPDFAnnot);
Description Call AnnotItem to add an annotation to the PDF document. Consider the following table to refer to the class to be instantiated and passed as 'AAnnot' for the corresponding Annotation.
Note: The annotation items added using this method need not be freed by the user. All the items will be freed at the end when EndDoc is called.
|