Overload | Description |
PrintJob Constructor(PrintPro) | Creates a new print job using the default printer. |
PrintJob Constructor(PrintPro,Boolean) | Creates a new print job using the default printer. |
PrintJob Constructor(PrintPro,Icm) | Creates a new print job using the default printer and specified image color management object for image color management settings. |
PrintJob Constructor(PrintPro,String) | Creates a new print job using the default printer and the specified name. |
PrintJob Constructor(PrintPro,Icm,Boolean) | Creates a new print job using the default printer and specified image color management object for image color management settings. |
PrintJob Constructor(PrintPro,Icm,String) | Creates a new print job using the default printer, specified image color management object for image color management settings, and specified name. |
PrintJob Constructor(PrintPro,Boolean,String) | Creates a new print job using the default printer and the specified name. |
PrintJob Constructor(PrintPro,Icm,Boolean,String) | Creates a new print job using the default printer, specified image color management object for image color management settings, and specified name. |
PrintJob Constructor(Printer) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Boolean) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Icm) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Icm,Boolean) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Icm,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Boolean,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(Printer,Icm,Boolean,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Boolean) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Icm) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Icm,Boolean) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Boolean,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Icm,String) | Creates a new print job using the specified printer for the destination. |
PrintJob Constructor(PrintPro,Printer,Icm,Boolean,String) | Creates a new print job using the specified printer for the destination. |