Skip to main content

PreviewModelBase.PageCount Property

Gets a value indicating the total number of pages in a report document.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract int PageCount { get; }

Property Value

Type Description
Int32

An integer value.

Implements

See Also