| Name | Description |
 | AllocateImage | Enables or disables allocating memory for storing image data.       |
 | AllPages | Gets or sets a value that indicates whether RasterCodecs should try to load all the pages of a file by default.      |
 | AutoDetectAlpha | Indicates whether to automatically detect if the image has meaningful alpha channel values.      |
 | Comments | Gets or sets a value that indicates 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 indicating 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 indicates whether any TIFF Geo key tags found in the file should be automatically loaded.       |
 | InitAlpha | Indicates whether to initialize the alpha channel when loading images as 32 or 64-bit.       |
 | LoadCorrupted | Indicates whether to load corrupted files without throwing an exception.       |
 | Markers | Enables or disables loading metadata markers during image file load.       |
 | MaximumConventionalMemorySize | The maximum number of conventional memory bytes to use when loading a single raster image object. |
 | Name | Indicates the optional name of the file to use as a hint when loading image data from memory streams.   |
 | NoDiskMemory | Gets or sets a value indicating whether to allow disk memory when loading an image.      |
 | NoInterlace | Enables or disables loading files as interlaced.       |
 | NoTiledMemory | Gets or sets a value indicating whether to allow tiled images.      |
 | Passes | Gets or sets the number of passes (scans through the image) when loading a progressive image (JPEG mainly).       |
 | PremultiplyAlpha | Indicates whether LEADTOOLS should premultiply the alpha values when loading the image data.      |
 | Resolution | Gets or sets the resolution (DPI).   |
 | Rotated | Indicates whether to load files without rotating them.       |
 | Signed | Indicates whether 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 indicates whether any tags found in the file should be automatically loaded.       |
 | TiledMemory | Gets or sets a value indicating whether to use tiled memory when loading an image.      |
 | UseNativeLoad | Indicates whether to use the native image load capabilities of Silverlight.      |
 | UseWriteableBitmap | Indicates whether to use a Silverlight WriteableBitmap object for storing the image data.    |
 | XResolution | Gets or sets the horizontal resolution (DPI).       |
 | YResolution | Gets or sets the vertical resolution (DPI).       |