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

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

Syntax

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

See Also