If this property is false, content can be printed on the current page when provider starts, otherwise printing starts from the new page.

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

Syntax

Visual Basic (Declaration)
Public Property BeginFromNewPage As Boolean
C#
public bool BeginFromNewPage { get; set; }
Visual C++
public:
property bool BeginFromNewPage {
	bool get ();
	void set (bool value);
}
JavaScript
function get_beginFromNewPage();
function set_beginFromNewPage(value);

See Also