PdfDocumentProcessor.AddTextMarkupAnnotation(Int32, IEnumerable<PdfQuadrilateral>, PdfTextMarkupAnnotationType) Method
In This Article
Creates a text markup annotation at the specified page area.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Docs.v24.2.dll
NuGet Package: DevExpress.Document.Processor
#Declaration
public PdfTextMarkupAnnotationData AddTextMarkupAnnotation(
int pageNumber,
IEnumerable<PdfQuadrilateral> quads,
PdfTextMarkupAnnotationType style
)
#Parameters
Name | Type | Description |
---|---|---|
page |
Int32 | The number of the page where the annotation should be added. |
quads | IEnumerable<Pdf |
A collection of quadrilaterals used to specify the text markup annotation bounds. |
style | Pdf |
The text markup annotation type. |
#Returns
Type | Description |
---|---|
Pdf |
A text markup annotation. |
#Remarks
This method returns null if the collection of PdfQuadrilateral objects is empty.
See Also