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


"

For a list of all members of this type, see CodecsStartDecompressOptions members.

"

Public Properties

 NameDescription
public Property BitsPerPixelGets or sets a value indicating the bits per pixel of the compressed data  
public Property DataTypeGets or sets a value indicating whether strips or tiles are being decompressed.  
public Propertystatic (Shared in Visual Basic) EmptyInitializes a new instance of CodecsStartDecompressOptions with empty parameters.  
public Property FormatGets or sets a value indicating the format of the image to decompress.  
public Property HeightGets or sets a value indicating the height in pixels of the compressed data image.  
public Property LeastSignificantBitFirstGets or sets a value specifying whether to save the image data with least significant bit first or last.  
public Property LoadOrderGets or sets a value indicating the color order after a 24-bit image is loaded.  
public Property Pad4Gets or sets a value indicating whether to save the data padded to 4-byte boundary.  
public Property PlanarConfigurationGets or sets a value indicating the desired planar configuration for the save process.  
public Property RawOrderGets or sets a value indicating the color order of 24-bit raw data.  
public Property TiffPhotometricInterpretationGets or sets the desiired photometric interpretation value for the save process.  
public Property UsePaletteGets or sets a value indicating whether to use the palette when saving images to formats that require a palette.  
public Property ViewPerspectiveGets or sets a value indicating the view perspective of the compressed data.  
public Property WidthGets or sets a value indicating the width in pixels of the compressed data image.  
public Property XResolutionGets or sets a value indicating the horizontal resolution, in dots per inch of the image data.  
public Property YResolutionGets or sets a value indicating the vertical, in dots per inch of the image data.  
Top

See Also