Skip to main content

PdfCurrentPageChangedEventArgs.PageCount Property

Gets the document page count.

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public int PageCount { get; }

Property Value

Type Description
Int32

An integer value that is the total number of pages in the document.

See Also