Project.Print method (1 of 7)
Prints project to the default printer with default printer settings using the standard (no User Interface) print controller.
public void Print()
See Also
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (2 of 7)
Prints project to the default printer with default printer settings and custom save options using the standard (no User Interface) print controller.
public void Print(PrintOptions options)
Parameter | Type | Description |
---|---|---|
options | PrintOptions | the specified instance of the PrintOptions class. |
See Also
- class PrintOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (3 of 7)
Prints project to the specified printer with default printer settings using the standard (no User Interface) print controller.
public void Print(string printerName)
Parameter | Type | Description |
---|---|---|
printerName | String | Specified printer name. |
See Also
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (4 of 7)
Prints project 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 specified instance of the PrinterSettings class. |
See Also
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (5 of 7)
Prints project according to the specified printer settings using the standard (no User Interface) print controller.
public void Print(PrinterSettings printerSettings, string documentName)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | the specified instance of the PrinterSettings class. |
documentName | String | the document name to display (for example, in a print status dialog box or printer queue). |
See Also
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (6 of 7)
Prints project according to the specified printer settings and custom save options using the standard (no User Interface) print controller.
public void Print(PrinterSettings printerSettings, PrintOptions options)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | the specified instance of the PrinterSettings class. |
options | PrintOptions | the specified instance of the PrintOptions class. |
See Also
- class PrintOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks
Project.Print method (7 of 7)
Prints project according to the specified printer settings, custom save options and the specified document name using the standard (no User Interface) print controller.
public void Print(PrinterSettings printerSettings, PrintOptions options, string documentName)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | the specified instance of the PrinterSettings class. |
options | PrintOptions | the specified instance of the PrintOptions class. |
documentName | String | the document name to display (for example, in a print status dialog box or printer queue). |
See Also
- class PrintOptions
- class Project
- namespace Aspose.Tasks
- assembly Aspose.Tasks