Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsOptions.CodecsLoadOptions Class Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsOptions.CodecsLoadOptions Class

The following tables list the members exposed by CodecsOptions.CodecsLoadOptions.

Public Properties

 NameDescription
Public Property Compressed Enables or disables keeping the loaded image data compressed in memory.  
Public Property FixedPalette Enables or disables loading the image with the LEAD fixed palette.  
Public Property Format Gets or sets the load format.  
Public Property NoInterlace Enables or disables loading image files as interlaced.  
Public Property Rotated Indicates whether or not to load the image without rotating.  
Public Property SuperCompressed Enables or disables keeping the loaded image data compressed in memory.  
Public Property XResolution Gets or sets the horizontal resolution (DPI) used when loading images that has no resolution information.  
Public Property YResolution Gets or sets the vertical resolution (DPI) used when loading images that has no resolution information.  
Top

Public Methods

 NameDescription
Public Method Reset Resets this instance of CodecsOptions.CodecsLoadOptions to the default values.  
Top

See Also