Skip to main content
All docs
V23.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.