PdfDocumentProcessor.AddTextMarkupAnnotation(PdfDocumentArea, PdfTextMarkupAnnotationType) Method
In This Article
Creates a text markup annotation for the text located in the specified page area.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfTextMarkupAnnotationData AddTextMarkupAnnotation(
PdfDocumentArea area,
PdfTextMarkupAnnotationType style
)
#Parameters
Name | Type | Description |
---|---|---|
area | Pdf |
The document area where the annotation should be located. |
style | Pdf |
The text markup annotation type. |
#Returns
Type | Description |
---|---|
Pdf |
A Pdf |
#Remarks
If a specified page area does not contain text, the AddTextMarkupAnnotation method returns null.
See Also