Document Library for WinForms | ComponentOne
C1.Win.Document.8 Assembly / C1.Win.Document Namespace / PagesLoadedEventArgs Class / StartIndex Property

In This Topic
    StartIndex Property (PagesLoadedEventArgs)
    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