Skip to main content
All docs
V25.1
  • XRPdfContent.PageCount Property

    Returns the number of PDF document pages.

    Namespace: DevExpress.XtraReports.UI

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