Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PdfDocumentProcessor.AddTextAnnotation(Int32, PdfRectangle) Method

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
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