Print(PrintSaveOptions)
Prints the whole document to the default printer.
public void Print(PrintSaveOptions options)
Parameter | Type | Description |
---|---|---|
options | PrintSaveOptions | The print options. |
See Also
- class PrintSaveOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print()
Prints the whole document to the default printer.
public void Print()
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(string)
Print the whole document 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.Can be Null |
Remarks
If printerName is Null or empty will be used default printer.
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(string, PrintSaveOptions)
Print the whole document to the specified printer,using the standard (no User Interface) print controller.
public void Print(string printerName, PrintSaveOptions options)
Parameter | Type | Description |
---|---|---|
printerName | String | The name of the printer.Can be Null |
options | PrintSaveOptions | The print options. |
Remarks
If printerName is Null or empty will be used default printer.
See Also
- class PrintSaveOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(PrinterSettings, PrintSaveOptions)
Prints the document according to the specified printer settings,using the standard (no User Interface) print controller.
public void Print(PrinterSettings printerSettings, PrintSaveOptions options)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | The printer settings to use. |
options | PrintSaveOptions | The print options. |
Remarks
The System.Drawing.Printing.PrinterSettingsobject allows you to specify the printer to print on, the range of pages of to print and other options.
See Also
- class PrintSaveOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(PrinterSettings)
Prints the document 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 printer settings to use. |
Remarks
The System.Drawing.Printing.PrinterSettingsobject allows you to specify the printer to print on, the range of pages of to print and other options.
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(PrinterSettings, string, PrintSaveOptions)
Prints the document according to the specified printer settings,using the standard (no User Interface) print controller and a document name.
public void Print(PrinterSettings printerSettings, string documentName, PrintSaveOptions options)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | The printer settings to use. |
documentName | String | The document name to display (for example, in a print status dialog box or printer queue) while printing the document. |
options | PrintSaveOptions | The print options. |
See Also
- class PrintSaveOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(PrinterSettings, string)
Prints the document according to the specified printer settings,using the standard (no User Interface) print controller and a document name.
public void Print(PrinterSettings printerSettings, string documentName)
Parameter | Type | Description |
---|---|---|
printerSettings | PrinterSettings | The printer settings to use. |
documentName | String | The document name to display (for example, in a print status dialog box or printer queue) while printing the document. |
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(string, string, PrintSaveOptions)
Prints the document,using the standard (no User Interface) print controller and a document name.
public void Print(string printerName, string documentName, PrintSaveOptions options)
Parameter | Type | Description |
---|---|---|
printerName | String | The name of the printer.Can be Null |
documentName | String | The document name to display (for example, in a print status dialog box or printer queue) while printing the document. |
options | PrintSaveOptions | The print options. |
See Also
- class PrintSaveOptions
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Print(string, string)
Prints the document,using the standard (no User Interface) print controller and a document name.
public void Print(string printerName, string documentName)
Parameter | Type | Description |
---|---|---|
printerName | String | The name of the printer.Can be Null |
documentName | String | The document name to display (for example, in a print status dialog box or printer queue) while printing the document. |
See Also
- class Diagram
- namespace Aspose.Diagram
- assembly Aspose.Diagram