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