LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 Property BitsPerPixelGets or sets the bits per pixel of the image data in the file.  
public Property FormatGets the image file format.  
public Property HeightGets or sets the image height in pixels.  
public Property LeastSignificantBitFirstGets or sets a value specifying whether the image data was saved with least significant bit first or last.  
public Property MotorolaOrderGets or sets a value that determines whether image data in Motorola byte order.  
public Property OffsetGets or sets the position of the first byte of image data.  
public Property OrderGets or sets the byte order for the load process.  
public Property Pad4Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary.  
public Property PhotoInterpolationGets or sets the photometric interpolation for the load process.  
public Property PlanarConfigurationGets or sets the planar configuration.  
public Property ReverseGets or sets a value that determines whether each line is reversed (mirrored).  
public Property StreamGets the stream used by the load process.  
public Property StripSizeGets or sets the size of the data strip before it is decompressed.  
public Property ViewPerspectiveGets or sets the view perspective for the load process.  
public Property WhiteOnBlackGets or sets a value that determines if the image is black-on-white or white on black.  
public Property WidthGets or sets the image width in pixels.  
public Property XResolutionGets or sets the horizontal resolution for rendering the image, specified in dots per inch.  
public Property YResolutionGets or sets the vertical resolution for rendering the image, specified in dots per inch.  
Top

Public Methods

 NameDescription
public Method GetColorMaskGets an array of integer values that represent RGB color masks.  
public Method GetPaletteGets the palette for uncompressed data that is 8 bits per pixel or less.  
public Method SetColorMaskSets the array of integer values that represent RGB color masks.  
public Method SetPaletteSets the palette for uncompressed data that is 8 bits per pixel or less.  
Top

See Also