Skip to main content
A newer version of this page is available. .
All docs
V21.2
.NET Framework 4.5.2+

PdfPageFacade.AddTextMarkupAnnotation Method

Name Parameters Description
AddTextMarkupAnnotation(PdfOrientedRectangle, PdfTextMarkupAnnotationType) textRectangle, style Creates a text markup annotation at the specified page area.
AddTextMarkupAnnotation(PdfRectangle, PdfTextMarkupAnnotationType) rectangle, style Creates a text markup annotation for the text located in the specified page rectangle.
AddTextMarkupAnnotation(IEnumerable<PdfOrientedRectangle>, PdfTextMarkupAnnotationType) textRectangles, style Creates a text markup annotation at the specified page area.
AddTextMarkupAnnotation(IEnumerable<PdfQuadrilateral>, PdfTextMarkupAnnotationType) quads, style Creates a text markup annotation at the specified page area.