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


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

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

See Also