RawFormatOpenOptions

Options that can be specified when opening a document in RAW format.

Hierarchy:

Superclass: OpenOptions

Class: RawFormatOpenOptions

Constants/Events

Name

Type

Access

Description

bitsPerChannel

Int

readonly

The number of bits for each channel. Valid values: 8 or 16.

byteOrder

ByteOrderType

ByteOrderType.IBM

ByteOrderType.MACOS

readonly

The order in which bytes will be read. Valid only when 'bits per channel' = 16.

channelNumber

Int (range 1 - 56)

readonly

The number of channels in the image. Valid only when 'bits per channel' = 16. Range: 1 to 56.

headerSize

Int (range 0 - 1919999)

readonly

The number of bytes of information that will appear in the file before actual image information begins; that is, the number of zeroes inserted at the beginning of the file as placeholders. Range: 0 to 1919999.

height

Int

readonly

The image height (in pixels)

interleaveChannels

Boolean

readonly

If true, color values are stored sequentially.

retainHeader

Boolean

readonly

If true, the header is retained when saving.

width

Int

readonly

The image width (in pixels)