ImageEn, unit iexPdfiumCore |
|
TPdfAnnotationList.NewTextAnnotation
Declaration
function NewLinkAnnotation(const R: TDRect; const Text: String): Boolean;
Description
Adds a text annotation to the page at the specified position.
Note: Text annotations are not visible, but shown on hover
| Demos\PDF\PDFAnnotations\PdfAnnotations.dpr |
// Add a text annotation to the page
ImageEnView1.PdfViewer.Annotations.NewLinkAnnotation( R, 'ImageEn Rules!' );
See Also
◼NewLinkAnnotation◼NewAnnotation