Object
RawFormatOpenOptions
Options that can be specified when opening a document in RAW format.
OpenOptions ›RawFormatOpenOptions
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| static | Int | read/write | The number of bits for each channel. Valid values: 8 or 16. |
| static | ByteOrderType | read/write | The order in which bytes will be read. Valid only when 'bits per channel' = 16. |
| static | Int 1–56 | read/write | The number of channels in the image. Valid only when 'bits per channel' = 16. Range: 1 to 56. |
| static | Int 0–1919999 | read/write | 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. |
| static | Int | read/write | The image height (in pixels) |
| static | Boolean | read/write | If true, color values are stored sequentially. |
| static | Boolean | read/write | If true, the header is retained when saving. |
| static | Int | read/write | The image width (in pixels) |