Sets default value of BeginFromNewPage property to true.

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

Syntax

Visual Basic (Declaration)
Public Overridable Function GetBeginFromNewPage As Boolean
C#
public virtual bool GetBeginFromNewPage()
Visual C++
public:
virtual bool GetBeginFromNewPage()
JavaScript
function getBeginFromNewPage();

Return Value

Always returns true.

See Also