ImageEn, unit iexPdfiumCore

TPdfAnnotationList.NewTextAnnotation

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


Demo

Demo  Demos\PDF\PDFAnnotations\PdfAnnotations.dpr


Example

// Add a text annotation to the page
ImageEnView1.PdfViewer.Annotations.NewLinkAnnotation( R, 'ImageEn Rules!' );


See Also

 NewLinkAnnotation
 NewAnnotation