Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
CodecsStartDecompressOptions Structure Members
See Also  Properties  Methods 
Leadtools.Codecs Namespace : CodecsStartDecompressOptions Structure


The following tables list the members exposed by CodecsStartDecompressOptions.

Public Properties

 NameDescription
Public PropertyBitsPerPixel Gets or sets a value indicating the bits per pixel of the compressed data  
Public PropertyDataType Gets or sets a value indicating whether strips or tiles are being decompressed.  
Public Propertystatic (Shared in Visual Basic)Empty Initializes a new instance of CodecsStartDecompressOptions with empty parameters.  
Public PropertyFormat Gets or sets a value indicating the format of the image to decompress.  
Public PropertyHeight Gets or sets a value indicating the height in pixels of the compressed data image.  
Public PropertyLeastSignificantBitFirst Gets or sets a value specifying whether to save the image data with least significant bit first or last.  
Public PropertyLoadOrder Gets or sets a value indicating the color order after a 24-bit image is loaded.  
Public PropertyPad4 Gets or sets a value indicating whether to save the data padded to 4-byte boundary.  
Public PropertyPlanarConfiguration Gets or sets a value indicating the desired planar configuration for the save process.  
Public PropertyRawOrder Gets or sets a value indicating the color order of 24-bit raw data.  
Public PropertyTiffPhotometricInterpretation Gets or sets the desiired photometric interpretation value for the save process.  
Public PropertyUsePalette Gets or sets a value indicating whether to use the palette when saving images to formats that require a palette.  
Public PropertyViewPerspective Gets or sets a value indicating the view perspective of the compressed data.  
Public PropertyWidth Gets or sets a value indicating the width in pixels of the compressed data image.  
Public PropertyXResolution Gets or sets a value indicating the horizontal resolution, in dots per inch of the image data.  
Public PropertyYResolution Gets or sets a value indicating the vertical, in dots per inch of the image data.  
Top

Public Methods

 NameDescription
Public MethodEquals (Inherited from System.ValueType)
Public MethodGetColorMask Gets an array of integer values that represent RGB color masks.  
Public MethodGetHashCode (Inherited from System.ValueType)
Public MethodGetPalette Gets the palette used for uncompressed data that is 8 bits per pixel or less.  
Public MethodSetColorMask Sets the array of integer values that represent RGB color masks.  
Public MethodSetPalette Sets the palette used for uncompressed data that is 8 bits per pixel or less.  
Public MethodToString (Inherited from System.ValueType)
Top

See Also