Method for calling 'end print document' functionality
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers (in Greatis.PrintSuite.Providers.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub CallEndPrintDocument ( _ args As PrintNotificationEventArgs _ ) |
| C# |
|---|
public void CallEndPrintDocument( PrintNotificationEventArgs args ) |
| Visual C++ |
|---|
public: void CallEndPrintDocument( PrintNotificationEventArgs^ args ) |
| JavaScript |
|---|
function callEndPrintDocument(args); |
Parameters
- args
- Type: Greatis.PrintSuite..::.PrintNotificationEventArgs
Arguments from print notification event.