Skip to main content
All docs
V23.2

PdfDocumentProcessor.AddTextAnnotation(Int32, PdfRectangle) Method

Adds a text annotation to the specified area on the page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public PdfTextAnnotationData AddTextAnnotation(
    int pageNumber,
    PdfRectangle bounds
)

Parameters

Name Type Description
pageNumber Int32

The number of the page to add the text annotation.

bounds PdfRectangle

A page area to add the text annotation.

Returns

Type Description
PdfTextAnnotationData

The text annotation.

See Also