| Name | Script Name | Type  |  Description  |  Supports None  |  Default  |  Minimum  |  Maximum  | 
        | PrinterName | PrinterName | String | The device name of the printer. | Yes |  |  |  | 
        | Orientation | Orientation | Integer | Determines the orientation of the printed page. 0 - portrait 1 - landscape | No | 0 | 0 | 1 | 
        | OutputOption | OutputOption | Integer | 0 - color 1- greyscale  2 - cmyk | No | 0 | 0 | 2 | 
        | Negative | Negative | Enumeration (Boolean) | Determines whether to print the image in negative. | No | False |  |  | 
        | Background | Background | Enumeration (Boolean) | Determines whether to print the page with the background color. | No | False |  |  | 
        | BackgroundColor | BackgroundColor | Color | The background color used when this option is selected. | No | Red 255 Blue 255 Green 255 | Red 0 Blue 0 Green 0 | Red 255 Blue 255 Green 255 | 
        | CMYKLabels | CMYKLabels | Enumeration (Boolean) | Flag to indicate whether to print plate labels when cmyk is printed. | No | False |  |  | 
        | ImageLabels | ImageLabels | Enumeration (Boolean) | Determines if the image should be printed with its name below it. | No | False |  |  | 
        | CornerCropmarks | CornerCropmarks | Enumeration (Boolean) | Determines whether to print images with corner cropmarks | No | False |  |  | 
        | RegistrationMarks | RegistrationMarks | Enumeration (Boolean) | Print image with registration marks | No | False |  |  | 
        | CenterCropmarks | CenterCropmarks | Enumeration (Boolean) | Determines whether to print center cropmarks. | No | False |  |  | 
        | UseThumbnails | UseThumbnails | Enumeration (Boolean) | If possible, use the image's thumbnail instead of generating one from the image. | No | True |  |  | 
        | PrintQuality | PrintQuality | Integer | Windows value. It is the designated print quality: dpi or -4 for high to -1 for draft | No | -4 | -4 | 9999 | 
        | PaperSize | PaperSize | Integer | The windows value of the requested paper size. | No | 1 | 1 | 999 | 
        | NumCopies | NumCopies | Integer | This value determines the number of copies to print. | No | 1 | 1 | 999 | 
        | Collate | Collate | Enumeration (Boolean) | Collate copies (e.g., 123 123 instead of 11 22 33). | No | False |  |  | 
        | PrintRange | PrintRange | Enumeration (PrintRange) | The print range setting. Determines whether to print all pages, use the page range, or print the selected images. | No | All |  |  | 
        | FirstPage | FirstPage | Integer | First page of page range to print. This applys only if print range is designated. | No | 1 | 1 | 99999 | 
        | LastPage | LastPage | Integer | Last page of page range to print. | No | 1 | 1 | 99999 |