The following tables list the members exposed by CodecsLoadInformationEventArgs.
Name | Description | |
---|---|---|
BitsPerPixel | Gets or sets the bits per pixel of the image data in the file. | |
Format | Gets the image file format. | |
Height | Gets or sets the image height in pixels. | |
LeastSignificantBitFirst | Gets or sets a value specifying whether the image data was saved with least significant bit first or last. | |
MotorolaOrder | Gets or sets a value that determines whether image data in Motorola byte order. | |
Offset | Gets or sets the position of the first byte of image data. | |
Order | Gets or sets the byte order for the load process. | |
Pad4 | Gets or sets a value indicating whether the image data was saved padded to 4-byte boundary. | |
PhotoInterpolation | Gets or sets the photometric interpolation for the load process. | |
PlanarConfiguration | Gets or sets the planar configuration. | |
Reverse | Gets or sets a value that determines whether each line is reversed (mirrored). | |
Stream | Gets the stream used by the load process. | |
StripSize | Gets or sets the size of the data strip before it is decompressed. | |
ViewPerspective | Gets or sets the view perspective for the load process. | |
WhiteOnBlack | Gets or sets a value that determines if the image is black-on-white or white on black. | |
Width | Gets or sets the image width in pixels. | |
XResolution | Gets or sets the horizontal resolution for rendering the image, specified in dots per inch. | |
YResolution | Gets or sets the vertical resolution for rendering the image, specified in dots per inch. |
Name | Description | |
---|---|---|
GetColorMask | Gets an array of integer values that represent RGB color masks. | |
GetPalette | Gets the palette for uncompressed data that is 8 bits per pixel or less. | |
SetColorMask | Sets the array of integer values that represent RGB color masks. | |
SetPalette | Sets the palette for uncompressed data that is 8 bits per pixel or less. |