Back to Devexpress

PrintingSystemBase.PageCount Property

corelibraries-devexpress-dot-xtraprinting-dot-printingsystembase-ed417f4d.md

latest1.1 KB
Original Source

PrintingSystemBase.PageCount Property

Gets the number of document pages.

Namespace : DevExpress.XtraPrinting

Assembly : DevExpress.Printing.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Browsable(false)]
public int PageCount { get; }
vb
<Browsable(False)>
Public ReadOnly Property PageCount As Integer

Property Value

TypeDescription
Int32

An integer value.

|

See Also

PrintingSystemBase Class

PrintingSystemBase Members

DevExpress.XtraPrinting Namespace