Skip to main content
A newer version of this page is available. .
All docs
V21.2

XRPdfContent.PageCount Property

Returns the number of PDF document pages.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

[SRCategory(ReportStringId.CatData)]
public int PageCount { get; }

Property Value

Type Description
Int32

The number of PDF document pages.

See Also