Skip to main content
A newer version of this page is available. .
All docs
V20.2
.NET Framework 4.5.2+

PdfDocumentProcessor.AddTextAnnotation(Int32, PdfRectangle) Method

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

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