'Declaration Public Function New( _ ByVal printControllerInitializer As Func(Of PrintController), _ ByVal printProgress As PrintProgressEventHandler, _ ByVal printAborted As PrintAbortedEventHandler, _ ByVal printingThreadErrorEventHandler As Action(Of Exception) _ )
Parameters
- printControllerInitializer
- Print controller initializer.
- printProgress
- Print progress handler.
- printAborted
- Print aborted handler.
- printingThreadErrorEventHandler
- The printing thread error event handler.