Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 PropertyAllocateImage Enables or disables the allocation of memory for the storage of the image data.  
Public PropertyComments Gets or sets a value that indicate whether any comment fields found in the file should be automatically loaded.  
Public PropertyCompressed Enables or disables keeping the loaded image data compressed in memory.  
Public PropertyDiskMemory Gets or sets a value indictaing whether to use disk memory when loading an image.  
Public PropertyFixedPalette Enables or disables loading the image to the LEAD fixed palette.  
Public PropertyFormat Gets or sets the load format.  
Public PropertyGeoKeys Gets or sets a value that indicate whether any TIFF Geo key tags found in the file should be automatically loaded.  
Public PropertyInitAlpha Indicates whether or not to initialize the alpha channel when loading images as 32 or 64-bit.  
Public PropertyLoadCorrupted Indicates whether or not to load corrupted files without throwing an exception.  
Public PropertyMarkers Enables or disables loading metadata markers during image file load.  
Public PropertyNoDiskMemory Gets or sets a value indictaing whether to allow disk memory when loading an image.  
Public PropertyNoInterlace Enables or disables loading files as interlaced.  
Public PropertyNoTiledMemory Gets or sets a value indictaing whether to allow tiled images.  
Public PropertyPasses Gets or sets the number of passes (scans through the image) when loading a progressive image (JPEG mainly).  
Public PropertyRotated Indicates whether or not to load files without rotating them.  
Public PropertySigned Indicates whether or not to load the image with negative pixel values.  
Public PropertyStoreDataInImage Enables or disables the automatic storage of the image data into the RasterImage during a file load process.  
Public PropertySuperCompressed Enables or disables keeping the loaded image data compressed in memory.  
Public PropertyTags Gets or sets a value that indicate whether any tags found in the file should be automatically loaded.  
Public PropertyTiledMemory Gets or sets a value indictaing whether to use tiled memory when loading an image.  
Public PropertyXResolution Gets or sets the horizontal resolution (DPI).  
Public PropertyYResolution Gets or sets the vertical resolution (DPI).  
Top

Public Methods

 NameDescription
Public MethodReset Resets this instance of CodecsLoadOptions to the default values.  
Top

See Also