'宣言 Public Overloads Function Print( _ ByVal printerName As System.String _ ) As System.Boolean
'使用法 Dim instance As C1PreviewToolsIntegrator Dim printerName As System.String Dim value As System.Boolean value = instance.Print(printerName)
public System.bool Print( System.string printerName )
パラメータ
- printerName
- The name of the printer that is to be initially selected in the print dialog.
戻り値の型
True if the document was printed, false otherwise.