Adobe InCopy CS6 (8.0) Object Model JS: DocumentPrintUiOptions
From InCopy CS6
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, 29-Apr-2012 v3.0.3i | Contents :: Index |