ImageEn, unit iexUserInteractions

TIEPdfViewer.Annotations

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)


Demo

Demo  Demos\PDF\PDFAnnotations\PdfAnnotations.dpr


See Also

ContainsForm
AllowFormEditing
FormFieldFocused
FormModified