This provider does not print content, so it cannot start from new page.

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

Syntax

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

Return Value

Always returns false.

See Also