The following tables list the members exposed by CodecsLoadOptions.
Name | Description | |
---|---|---|
AllocateImage | Enables or disables the allocation of memory for the storage of the image data. | |
Compressed | Enables or disables keeping the loaded image data compressed in memory. | |
DiskMemory | Gets or sets a value indictaing whether to use disk memory when loading an image. | |
FixedPalette | Enables or disables loading the image to the LEAD fixed palette. | |
Format | Gets or sets the load format. | |
InitAlpha | Indicates whether or not to initialize the alpha channel when loading images as 32 or 64-bit. | |
LoadCorrupted | Indicates whether or not to load corrupted files without throwing an exception. | |
Markers | Enables or disables loading metadata markers during image file load. | |
NoDiskMemory | Gets or sets a value indictaing whether to allow disk memory when loading an image. | |
NoInterlace | Enables or disables loading files as interlaced. | |
NoTiledMemory | Gets or sets a value indictaing whether to allow tiled images. | |
Passes | Gets or sets the number of passes (scans through the image) when loading a progressive image (JPEG mainly). | |
Rotated | Indicates whether or not to load files without rotating them. | |
Signed | Indicates whether or not to load the image with negative pixel values. | |
StoreDataInImage | Enables or disables the automatic storage of the image data into the RasterImage during a file load process. | |
SuperCompressed | Enables or disables keeping the loaded image data compressed in memory. | |
TiledMemory | Gets or sets a value indictaing whether to use tiled memory when loading an image. | |
XResolution | Gets or sets the horizontal resolution (DPI). | |
YResolution | Gets or sets the vertical resolution (DPI). |
Name | Description | |
---|---|---|
Reset | Resets this instance of CodecsLoadOptions to the default values. |