Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Print Method / Print(Boolean) Method
Determines whether a printer selection dialog box is displayed.

In This Topic
    Print(Boolean) Method
    In This Topic
    Prints the current document.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal selectPrinter As System.Boolean _
    ) 
    public void Print( 
       System.bool selectPrinter
    )

    Parameters

    selectPrinter
    Determines whether a printer selection dialog box is displayed.
    Remarks
    If selectPrinter is True, the Print dialog box opens before printing, so the user can select a printer and change settings. If selectPrinter is False, then the current page is printed.
    See Also