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

PdfDocumentProcessor.GetPageText(Int32) Method

Obtains text from the specified page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v19.1.dll

Declaration

public string GetPageText(
    int pageNumber
)

Parameters

Name Type Description
pageNumber Int32

An integer value that specifies the page number.

Returns

Type Description
String

A String value that represents text obtained from the specified page.

Remarks

If a document does not contain the specified page, the GetPageText method returns an empty string.

See Also