Adobe InDesign CS5 (7.0) Object Model JS: DocumentPrintUiOptions
From InDesign CS5
Document print ui options
Value
| Name | Description | Value |
|---|---|---|
| DocumentPrintUiOptions.SUPPRESS_FILE_SAVE_DIALOG | Do not show file save dialog during printing. | 1936089444 = 'sfad' |
| DocumentPrintUiOptions.SUPPRESS_PRINT_DIALOG | Do not show print dialog. | 1936745575 = 'spdg' |
| DocumentPrintUiOptions.SUPPRESS_PRINT_PROGRESS | Do not show progress bar during printing. | 1936748659 = 'spps' |
| DocumentPrintUiOptions.SUPPRESS_PRINT_WARNINGS | Do not show warning dialog during printing. | 1936750450 = 'spwr' |
Usage
As property
PrintEvent.documentPrintUiOption
| Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |