Click or drag to resize

Presentation Print Method (PrinterSettings, String)

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

Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public void Print(
	PrinterSettings printerSettings,
	string presName
)

Parameters

printerSettings
Type: System.Drawing.Printing PrinterSettings
The .NET printer settings to use.
presName
Type: System String
The presentation name to display (for example, in a print status dialog box or printer queue) while printing the presentation.
See Also