ImageEn, unit iexUserInteractions |
|
TIEPdfViewer.Annotations
Declaration
property Annotations: TPdfAnnotationList;
Description
Returns a list of all annotations on the current page.
Result will be nil if a page is not currently loaded.
Enable
AllowAnnotationEditing to allow your users to edit objects in a PDF page.
Note: To show annotations, you must have
iepoAnnotations specified for
Options (which is the default)
| Demos\PDF\PDFAnnotations\PdfAnnotations.dpr |
See Also
◼ContainsForm
◼AllowFormEditing
◼FormFieldFocused
◼FormModified