Method for calling 'begin print content' functionality

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

Syntax

Visual Basic (Declaration)
Public Sub CallBeginPrintContent ( _
	args As PrintNotificationEventArgs _
)
C#
public void CallBeginPrintContent(
	PrintNotificationEventArgs args
)
Visual C++
public:
void CallBeginPrintContent(
	PrintNotificationEventArgs^ args
)
JavaScript
function callBeginPrintContent(args);

Parameters

args
Type: Greatis.PrintSuite..::.PrintNotificationEventArgs
Arguments from print notification event.

See Also