LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsLoadOptions Class Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsLoadOptions Class

The following tables list the members exposed by CodecsLoadOptions.

Public Properties

 NameDescription
public Property AllocateImageEnables or disables the allocation of memory for the storage of the image data.  
public Property AutoDetectAlphaIndicates whether or not to automatically detect if the image has meaningful alpha channel values.  
public Property CommentsGets or sets a value that indicate whether any comment fields found in the file should be automatically loaded.  
public Property CompressedEnables or disables keeping the loaded image data compressed in memory.  
public Property DiskMemoryGets or sets a value indicating whether to use disk memory when loading an image.  
public Property FixedPaletteEnables or disables loading the image to the LEAD fixed palette.  
public Property FormatGets or sets the load format.  
public Property GeoKeysGets or sets a value that indicates whether any TIFF Geo key tags found in the file should be automatically loaded.  
public Property InitAlphaIndicates whether or not to initialize the alpha channel when loading images as 32 or 64-bit.  
public Property LoadCorruptedIndicates whether or not to load corrupted files without throwing an exception.  
public Property MarkersEnables or disables loading metadata markers during image file load.  
public Property NoDiskMemoryGets or sets a value indicating whether to allow disk memory when loading an image.  
public Property NoInterlaceEnables or disables loading files as interlaced.  
public Property NoTiledMemoryGets or sets a value indicating whether to allow tiled images.  
public Property PassesGets or sets the number of passes (scans through the image) when loading a progressive image (JPEG mainly).  
public Property RotatedIndicates whether or not to load files without rotating them.  
public Property SignedIndicates whether or not to load the image with negative pixel values.  
public Property StoreDataInImageEnables or disables the automatic storage of the image data into the Leadtools.RasterImage during a file load process.  
public Property SuperCompressedEnables or disables keeping the loaded image data compressed in memory.  
public Property TagsGets or sets a value that indicates whether any tags found in the file should be automatically loaded.  
public Property TiledMemoryGets or sets a value indicating whether to use tiled memory when loading an image.  
public Property UseNativeLoadIndicates whether or not to use the native image load capabilities of Silverlight.  
public Property UseWriteableBitmapIndicates whether or not to use a Silverlight WriteableBitmap object for storing the image data.  
public Property XResolutionGets or sets the horizontal resolution (DPI).  
public Property YResolutionGets or sets the vertical resolution (DPI).  
Top

Public Methods

 NameDescription
public Method ResetResets this instance of CodecsLoadOptions to the default values.  
Top

See Also