Click or drag to resize

Presentation Print Method (PrinterSettings)

Prints the presentation according to the specified printer settings.

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
)

Parameters

printerSettings
Type: System.Drawing.Printing PrinterSettings
Printer settings to use.
See Also