Contents
[
Hide
]
Presentation.Print method (1 of 4)
Prints the whole presentation to the default printer.
public void Print()
See Also
- class Presentation
- namespace Aspose.Slides
- assembly Aspose.Slides
Presentation.Print method (2 of 4)
Prints the presentation according to the specified printer settings, using the standard (no User Interface) print controller.
public void Print(PrinterSettings printerSettings)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | The .NET printer settings to use. |
See Also
- class Presentation
- namespace Aspose.Slides
- assembly Aspose.Slides
Presentation.Print method (3 of 4)
Print the whole presentation to the specified printer, using the standard (no User Interface) print controller.
public void Print(string printerName)
Parameter | Type | Description |
---|---|---|
printerName | String | The name of the printer. |
See Also
- class Presentation
- namespace Aspose.Slides
- assembly Aspose.Slides
Presentation.Print method (4 of 4)
Prints the document according to the specified printer settings, using the standard (no User Interface) print controller and a presentation name.
public void Print(PrinterSettings printerSettings, string presName)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | The .NET printer settings to use. |
presName | String | The presentation name to display (for example, in a print status dialog box or printer queue) while printing the presentation. |
See Also
- class Presentation
- namespace Aspose.Slides
- assembly Aspose.Slides