Back to Devexpress

PdfPageFacade.AddTextMarkupAnnotation Method

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

latest1.4 KB
Original Source

PdfPageFacade.AddTextMarkupAnnotation Method

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