Diagram.Print

Prints the whole document to the default printer.

public void Print(PrintSaveOptions options)
ParameterTypeDescription
optionsPrintSaveOptionsThe print options.

See Also


Print()

Prints the whole document to the default printer.

public void Print()

See Also


Print the whole document to the specified printer,using the standard (no User Interface) print controller.

public void Print(string printerName)
ParameterTypeDescription
printerNameStringThe name of the printer.Can be Null

Remarks

If printerName is Null or empty will be used default printer.

See Also


Print the whole document to the specified printer,using the standard (no User Interface) print controller.

public void Print(string printerName, PrintSaveOptions options)
ParameterTypeDescription
printerNameStringThe name of the printer.Can be Null
optionsPrintSaveOptionsThe print options.

Remarks

If printerName is Null or empty will be used default printer.

See Also


public void Print(PrinterSettings printerSettings, PrintSaveOptions options)
ParameterDescription
optionsThe print options.

See Also


public void Print(PrinterSettings printerSettings)

See Also


Prints the document according to the specified printer settings,using the standard (no User Interface) print controller and a document name.

public void Print(PrinterSettings printerSettings, string documentName, PrintSaveOptions options)
ParameterTypeDescription
printerSettingsPrinterSettingsThe printer settings to use.
documentNameStringThe document name to display (for example, in a print status dialog box or printer queue) while printing the document.
optionsPrintSaveOptionsThe print options.

See Also


Prints the document according to the specified printer settings,using the standard (no User Interface) print controller and a document name.

public void Print(PrinterSettings printerSettings, string documentName)
ParameterTypeDescription
printerSettingsPrinterSettingsThe printer settings to use.
documentNameStringThe document name to display (for example, in a print status dialog box or printer queue) while printing the document.

See Also


Prints the document,using the standard (no User Interface) print controller and a document name.

public void Print(string printerName, string documentName, PrintSaveOptions options)
ParameterTypeDescription
printerNameStringThe name of the printer.Can be Null
documentNameStringThe document name to display (for example, in a print status dialog box or printer queue) while printing the document.
optionsPrintSaveOptionsThe print options.

See Also


Prints the document,using the standard (no User Interface) print controller and a document name.

public void Print(string printerName, string documentName)
ParameterTypeDescription
printerNameStringThe name of the printer.Can be Null
documentNameStringThe document name to display (for example, in a print status dialog box or printer queue) while printing the document.

See Also