Skip to main content

PrintingSystemPreviewModel.PageCount Property

Specifies the number of pages in the report document shown in the Preview Model.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public override int PageCount { get; }

Property Value

Type Description
Int32

An integer value, specifying the number of pages.

See Also