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


The following tables list the members exposed by CodecsLoadInformationEventArgs.

Public Properties

 NameDescription
Public PropertyBitsPerPixel Gets or sets the bits per pixel of the image data in the file.  
Public PropertyFormat Gets the image file format.  
Public PropertyHeight Gets or sets the image height in pixels.  
Public PropertyLeastSignificantBitFirst Gets or sets a value specifying whether the image data was saved with least significant bit first or last.  
Public PropertyMotorolaOrder Gets or sets a value that determines whether image data in Motorola byte order.  
Public PropertyOffset Gets or sets the position of the first byte of image data.  
Public PropertyOrder Gets or sets the byte order for the load process.  
Public PropertyPad4 Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.  
Public PropertyPhotoInterpolation Gets or sets the photometric interpolation for the load process.  
Public PropertyPlanarConfiguration Gets or sets the planar configuration.  
Public PropertyReverse Gets or sets a value that determines whether each line is reversed (mirrored).  
Public PropertyStream Gets the stream used by the load process.  
Public PropertyStripSize Gets or sets the size of the data strip before it is decompressed.  
Public PropertyViewPerspective Gets or sets the view perspective for the load process.  
Public PropertyWhiteOnBlack Gets or sets a value that determines if the image is black-on-white or white on black.  
Public PropertyWidth Gets or sets the image width in pixels.  
Public PropertyXResolution Gets or sets the horizontal resolution for rendering the image, specified in dots per inch.  
Public PropertyYResolution Gets or sets the vertical resolution for rendering the image, specified in dots per inch.  
Top

Public Methods

 NameDescription
Public MethodGetColorMask Gets an array of integer values that represent RGB color masks.  
Public MethodGetPalette Gets the palette 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 for uncompressed data that is 8 bits per pixel or less.  
Top

See Also