Back to Devexpress

PdfDocumentProcessor.AddTextMarkupAnnotation Method

officefileapi-devexpress-dot-pdf-dot-pdfdocumentprocessor-dot-addtextmarkupannotation.md

latest2.2 KB
Original Source

PdfDocumentProcessor.AddTextMarkupAnnotation Method

NameParametersDescription
AddTextMarkupAnnotation(PdfDocumentArea, PdfTextMarkupAnnotationType)area, styleCreates a text markup annotation for the text located in the specified page area.
AddTextMarkupAnnotation(PdfDocumentPosition, PdfDocumentPosition, PdfTextMarkupAnnotationType)startPosition, endPosition, styleCreates a text markup annotation for text located between the specified positions on the page.
AddTextMarkupAnnotation(Int32, PdfOrientedRectangle, PdfTextMarkupAnnotationType)pageNumber, textRectangle, styleCreates a text markup annotation at the specified page area.
AddTextMarkupAnnotation(Int32, PdfRectangle, PdfTextMarkupAnnotationType)pageNumber, rectangle, styleCreates a text markup annotation for the text located in the specified page rectangle.
AddTextMarkupAnnotation(Int32, IEnumerable<PdfOrientedRectangle>, PdfTextMarkupAnnotationType)pageNumber, textRectangles, styleCreates a text markup annotation at the specified area on the page.
AddTextMarkupAnnotation(Int32, IEnumerable<PdfQuadrilateral>, PdfTextMarkupAnnotationType)pageNumber, quads, styleCreates a text markup annotation at the specified page area.