| Name | Description |
 | AllocateImage | Enables or disables the allocation of memory for the storage of the image data. |
 | AutoDetectAlpha | Indicates whether or not to automatically detect if the image has meaningful alpha channel values. |
 | 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 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 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 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). |
 | 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 Leadtools.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 or not to use the native image load capabilities of Silverlight. |
 | UseWriteableBitmap | Indicates whether or not 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). |