PdfDocumentProcessor.AddTextAnnotation(Int32, PdfRectangle) Method
In This Article
Adds a text annotation to the specified area on the page.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfTextAnnotationData AddTextAnnotation(
int pageNumber,
PdfRectangle bounds
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | The number of the page to add the text annotation. |
bounds | Pdf |
A page area to add the text annotation. |
#Returns
Type | Description |
---|---|
Pdf |
The text annotation. |
See Also