For a list of all members of this type, see CodecsLoadOptions members.
Name | Description | |
---|---|---|
![]() | AllocateImage | Enables or disables the allocation of memory for the storage of the image data. |
![]() | Comments | Gets or sets a value that indicate whether any comment fields found in the file should be automatically loaded. |
![]() | 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. |
![]() | GeoKeys | Gets or sets a value that indicate whether any TIFF Geo key tags found in the file should be automatically loaded. |
![]() | 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. |
![]() | Tags | Gets or sets a value that indicate whether any tags found in the file should be automatically loaded. |
![]() | 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). |