Adobe Photoshop CS3
JavaScript Scripting Reference
JavaScript Object Reference 147
PDFOpenOptions
Options that can be specified when opening a document in generic Adobe PDF format.
Properties
Property
Value Type
What it is
antiAlias
boolean
Read-write. Indicates whether to use antialias.
bitsPerChannel
BitsPerChannelType
Read-write. The number of bits per channel.
constrainProportions
boolean
Deprecated for Adobe Photoshop CS3.
cropPage
CropToType
Read-write. The method of cropping to use.
height
UnitValue
Deprecated for Adobe Photoshop CS3.
mode
OpenDocumentMode
Read-write. The color model to use.
name
string
Read-write. The name of the document.
page
number (long)
Read-write. The page to which to open the
document.
resolution
number (double)
Read-write. The resolution of the document (in
pixels per inch).
suppressWarnings
boolean
Read-write. Indicates whether to suppress
warnings when opening the document.
typename
string
Read-only. The class name of the referenced
PDFOpenOptions
object.
usePageNumber
boolean
Read-write. Indicates whether the value specified
in the
page
property will refer to an image
number when
usePageNumber = false
. See
page
.
width
UnitValue
Deprecated for Adobe Photoshop CS3.