The following tables list the members exposed by CodecsStartDecompressOptions.
| Name | Description | |
|---|---|---|
| BitsPerPixel | Gets or sets a value indicating the bits per pixel of the compressed data |
| DataType | Gets or sets a value indicating whether strips or tiles are being decompressed. |
![]()
| Empty | Initializes a new instance of CodecsStartDecompressOptions with empty parameters. |
| Format | Gets or sets a value indicating the format of the image to decompress. |
| Height | Gets or sets a value indicating the height in pixels of the compressed data image. |
| LeastSignificantBitFirst | Gets or sets a value specifying whether to save the image data with least significant bit first or last. |
| LoadOrder | Gets or sets a value indicating the color order after a 24-bit image is loaded. |
| Pad4 | Gets or sets a value indicating whether to save the data padded to 4-byte boundary. |
| PlanarConfiguration | Gets or sets a value indicating the desired planar configuration for the save process. |
| RawOrder | Gets or sets a value indicating the color order of 24-bit raw data. |
| TiffPhotometricInterpretation | Gets or sets the desiired photometric interpretation value for the save process. |
| UsePalette | Gets or sets a value indicating whether to use the palette when saving images to formats that require a palette. |
| ViewPerspective | Gets or sets a value indicating the view perspective of the compressed data. |
| Width | Gets or sets a value indicating the width in pixels of the compressed data image. |
| XResolution | Gets or sets a value indicating the horizontal resolution, in dots per inch of the image data. |
| YResolution | Gets or sets a value indicating the vertical, in dots per inch of the image data. |
| Name | Description | |
|---|---|---|
| GetColorMask | Gets an array of integer values that represent RGB color masks. |
| GetPalette | Gets the palette used for uncompressed data that is 8 bits per pixel or less. |
| SetColorMask | Sets the array of integer values that represent RGB color masks. |
| SetPalette | Sets the palette used for uncompressed data that is 8 bits per pixel or less. |