Document Library for WPF | ComponentOne
C1.WPF.Document.4.5.2 Assembly / C1.WPF.Document Namespace / PagesLoadedEventArgs Class / Count Property

In This Topic
    Count Property (PagesLoadedEventArgs)
    In This Topic
    Gets the number of pages in the range represented by the current object.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    See Also