Skip to main content

PdfPageWord.PageNumber Property

Indicates the page number corresponding to a specific word in a PDF file.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v23.2.dll

NuGet Package: DevExpress.Document.Processor

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

An integer value, specifying the number of a PDF page.

See Also