PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.C1Preview Namespace / PagesEventArgs Class / FirstPageIndex Property

In This Topic
    FirstPageIndex Property (PagesEventArgs)
    In This Topic
    Gets the index of the first page associated with this event.
    Syntax
    'Declaration
     
    Public ReadOnly Property FirstPageIndex As Integer
    public int FirstPageIndex {get;}
    See Also