[]
        
(Showing Draft Content)

C1.Win.C1Editor.C1Editor.Print

Print Method

Print()

Prints the current document.

Declaration
public void Print()

Print(bool)

Prints the current document.

Declaration
public void Print(bool selectPrinter)
Parameters
Type Name Description
bool 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.

Print(bool, string)

Prints the current document.

Declaration
public void Print(bool selectPrinter, string printTemplateFileName)
Parameters
Type Name Description
bool selectPrinter

Determines whether a printer selection dialog box is displayed.

string printTemplateFileName

File name of a print template.

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. The specified print template is used. For details about print templates see http://msdn.microsoft.com/en-us/library/aa753279(VS.85).aspx