Back to Devexpress

PdfPageFacade.AddTextAnnotation Method

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

latest937 B
Original Source

PdfPageFacade.AddTextAnnotation Method

NameParametersDescription
AddTextAnnotation(PdfPoint, String)point, iconNameAdds a text annotation at the specified point on the page.
AddTextAnnotation(PdfPoint)pointAdds a text annotation at the specified point on the page.
AddTextAnnotation(PdfRectangle, String)rect, iconNameAdds a text annotation to the specified area on the page.
AddTextAnnotation(PdfRectangle)rectAdds a text annotation to the specified area on the page.