[]
Shows the print dialog, allows the user to prints the document currently loaded into the C1PreviewPane.
public bool Print()
Type | Description |
---|---|
bool | True if the document was printed by the user, false otherwise. |
Shows the print dialog, allows the user to print the document currently loaded into the C1PreviewPane.
public bool Print(string printerName)
Type | Name | Description |
---|---|---|
string | printerName | The name of the printer that is to be initially selected in the print dialog. |
Type | Description |
---|---|
bool | True if the document was printed, false otherwise. |