Skip to main content
All docs
V23.2

XRPdfContent.PageCount Property

Returns the number of PDF document pages.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.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