[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewToolsIntegrator.Print

Print Method

Print()

Shows the print dialog, allows the user to prints the document currently loaded into the C1PreviewPane.

Declaration
public bool Print()
Returns
Type Description
bool

True if the document was printed by the user, false otherwise.

Print(string)

Shows the print dialog, allows the user to print the document currently loaded into the C1PreviewPane.

Declaration
public bool Print(string printerName)
Parameters
Type Name Description
string printerName

The name of the printer that is to be initially selected in the print dialog.

Returns
Type Description
bool

True if the document was printed, false otherwise.