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

DocumentViewerControl.PageCount Property

Gets the total number of pages within a displayed document.

Namespace: DevExpress.Xpf.DocumentViewer

Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll

Declaration

public int PageCount { get; protected set; }

Property Value

Type Description
Int32

An integer value specifying the number of document pages.

See Also