PrintDocument for WinForms | ComponentOne
C1.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 _
    )
    public ActionHandlerPrint( 
       string printerName
    )

    Parameters

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