print method
Contents
[
Hide
]Prints the whole presentation to the default printer.
def print(self):
...
Prints the presentation according to the specified printer settings, using the standard (no User Interface) print controller.
def print(self, printer_settings):
...
Parameter | Type | Description |
---|---|---|
printer_settings | aspose.pydrawing.Printing.PrinterSettings | The .NET printer settings to use. |
Print the whole presentation to the specified printer, using the standard (no User Interface) print controller.
def print(self, printer_name):
...
Parameter | Type | Description |
---|---|---|
printer_name | str | The name of the printer. |
Prints the document according to the specified printer settings, using the standard (no User Interface) print controller and a presentation name.
def print(self, printer_settings, pres_name):
...
Parameter | Type | Description |
---|---|---|
printer_settings | aspose.pydrawing.Printing.PrinterSettings | The .NET printer settings to use. |
pres_name | str | The presentation name to display (for example, in a print status dialog box or printer queue) while printing the presentation. |
See Also
- class
Presentation
- module
aspose.slides
- library
Aspose.Slides