C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / ActionHandlerPrint Class / ActionHandlerPrint Constructor / ActionHandlerPrint Constructor(String)
The printer name to assign to the PrinterName property.

In This Topic
ActionHandlerPrint Constructor(String)
In This Topic
Initializes a new instance of the ActionHandlerPrint class, assigning the PrinterName property.
Syntax
'Declaration
 
Public Function New( _
   ByVal printerName As String _
)
 

Parameters

printerName
The printer name to assign to the PrinterName property.
See Also