'Declaration Public Overloads Function Print( _ ByVal printerName As String _ ) As Boolean
public bool Print( string printerName )
Parameters
- printerName
- The name of the printer that is to be initially selected in the print dialog.
Return Value
True if the document was printed, false otherwise.