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

PdfPageWord.PageNumber Property

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

Namespace: DevExpress.Pdf

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public int PageNumber { get; }

Property Value

Type Description
Int32

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

See Also