LastPageIndex Property (C1MultiDocumentItem)
In This Topic
Gets the 0-based index of the last page of the document associated with the current item within the containing
C1MultiDocument.
The value is undetermined if the associated document has not been generated.
Syntax
'Declaration
Public ReadOnly Property LastPageIndex As Integer
public int LastPageIndex {get;}
See Also