Document Library for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / PagesLoadedEventArgs Class / StartIndex Property

In This Topic
    StartIndex Property
    In This Topic
    Gets the 0-based index of the first page in the range represented by the current object.
    Syntax
    'Declaration
     
    Public ReadOnly Property StartIndex As Integer
    public int StartIndex {get;}
    See Also