Adobe InDesign CS6 Server (8.0) Object Model JS: PdfMagnificationOptions
From InDesign Server CS6
PDF export magnification options.
Value
| Name | Description | Value |
|---|---|---|
| PdfMagnificationOptions.ACTUAL_SIZE | Uses the actual size. | 2053206906 = 'zasz' |
| PdfMagnificationOptions.DEFAULT_VALUE | Uses default magnification. | 1147563124 = 'Dflt' |
| PdfMagnificationOptions.FIFTY_PERCENT | Uses 50 percent magnification option. | 2053531248 = 'zffp' |
| PdfMagnificationOptions.FIT_HEIGHT | Uses the fit height magnification option. | 1212437352 = 'HDSh' |
| PdfMagnificationOptions.FIT_PAGE | Uses the fit page magnification option. | 2053534832 = 'zftp' |
| PdfMagnificationOptions.FIT_VISIBLE | Uses the fit visible magnification option. | 1212437334 = 'HDSV' |
| PdfMagnificationOptions.FIT_WIDTH | Uses the fit width magnification option. | 1212437335 = 'HDSW' |
| PdfMagnificationOptions.ONE_HUNDRED_PERCENT | Uses 100 percent magnification option. | 2053533544 = 'zfoh' |
| PdfMagnificationOptions.SEVENTY_FIVE_PERCENT | Uses 75 percent magnification option. | 2053534566 = 'zfsf' |
| PdfMagnificationOptions.TWENTY_FIVE_PERCENT | Uses 25 percent magnification option. | 2053534822 = 'zftf' |
Usage
As property
InteractivePDFExportPreference.pdfMagnification
| Jongware, 28-Apr-2012 v3.0.3i | Contents :: Index |