Skip to main content

Document.PageCount Property

Indicates the total number of pages within a document.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

#Declaration

public virtual int PageCount { get; }

#Property Value

Type Description
Int32

An integer value, specifying the number of document pages.

See Also