Skip to main content
A newer version of this page is available. .

PdfPageWord Class

An individual word corresponding to a specific PDF page.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v18.2.dll

Declaration

public class PdfPageWord :
    PdfWord

The following members return PdfPageWord objects:

Remarks

The PdfPageWord class uses the page coordinate system. See the Coordinate Systems topic to learn more.

Use the PdfPageWord.PageNumber property of this class to obtain the page number corresponding to a specific word in a PDF.

In PDF Document API, a PdfPageWord instance is returned by the PdfDocumentProcessor.NextWord and PdfDocumentProcessor.PrevWord methods.

Inheritance

Object
PdfWord
PdfPageWord
See Also