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.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public int LastPageIndex { get; }
Visual Basic
Public ReadOnly Property LastPageIndex As Integer
	Get

See Also