ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel Class / TotalPageCount Property

In This Topic
    TotalPageCount Property
    In This Topic
    Returns number of total pages in document. This number can be higher then number of pages currently available.
    Syntax
    'Declaration
     
    Public Overridable Property TotalPageCount As Nullable(Of Integer)
    public virtual Nullable<int> TotalPageCount {get; set;}
    See Also