ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / IPageDocument Interface / PageCount Property

In This Topic
    PageCount Property (IPageDocument)
    In This Topic
    Gets loaded pages count
    Syntax
    'Declaration
     
    ReadOnly Property PageCount As Nullable(Of Integer)
    Nullable<int> PageCount {get;}
    See Also