PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / C1MultiDocumentItem Class / FirstPageIndex Property

In This Topic
    FirstPageIndex Property (C1MultiDocumentItem)
    In This Topic
    Gets the 0-based index of the first page of the document associated with the current item within the containing C1MultiDocument.
    Syntax
    'Declaration
     
    Public ReadOnly Property FirstPageIndex As Integer
    public int FirstPageIndex {get;}
    See Also