Skip to main content
A newer version of this page is available. .
.NET Standard 2.0+

PdfDocumentProcessor.AddTextMarkupAnnotation Method

Name Parameters Description
AddTextMarkupAnnotation(PdfDocumentArea, PdfTextMarkupAnnotationType) area, style Adds a text markup annotation to the specified page area that corresponds to a text that should be annotated on the page.
AddTextMarkupAnnotation(PdfDocumentPosition, PdfDocumentPosition, PdfTextMarkupAnnotationType) startPosition, endPosition, style Adds a text markup annotation for a text located within the specified positions on the page.
AddTextMarkupAnnotation(Int32, PdfOrientedRectangle, PdfTextMarkupAnnotationType) pageNumber, textRectangle, style Adds a text markup annotation to the specified area on the page.
AddTextMarkupAnnotation(Int32, PdfRectangle, PdfTextMarkupAnnotationType) pageNumber, rectangle, style Adds a text markup annotation to the specified rectangle that corresponds to a text that should be annotated on the page.
AddTextMarkupAnnotation(Int32, IEnumerable<PdfOrientedRectangle>, PdfTextMarkupAnnotationType) pageNumber, textRectangles, style Adds a text markup annotation to the specified area on the page.
AddTextMarkupAnnotation(Int32, IEnumerable<PdfQuadrilateral>, PdfTextMarkupAnnotationType) pageNumber, quads, style Adds a text markup annotation to the specified area on the page.