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

DocumentViewer.PageCount Property

Gets the total number of pages in the opened document.

Namespace: DevExpress.WinUI.DocumentViewer

Assembly: DevExpress.WinUI.DocumentViewer.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(0, Handler = "OnPageCountChanged")]
public int PageCount { get; }

Property Value

Type Description
Int32

The total number of pages in the opened document.

See Also