Gets the zero-based index of current page within current section.

Namespace:  Greatis.PrintSuite
Assembly:  Greatis.PrintSuite (in Greatis.PrintSuite.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property SectionPage As Integer
C#
public int SectionPage { get; }
Visual C++
public:
property int SectionPage {
	int get ();
}
JavaScript
function get_sectionPage();

See Also