The IFrame type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Dispose | (Inherited from IDisposable.) |
|
|
ExportEncoderOptions | Overloaded. Exports all frame settings into the encoder options object. |
|
|
GetBitmap |
Returns bitmap stored in this frame. |
|
|
GetThumbnail |
Returns thumbnail of the bitmap stored in this frame. |
|
|
ImportEncoderOptions |
Fills the frame settings from the encoder options object. |
|
|
SetBitmap |
Puts a bitmap into frame. |
| Name | Description | |
|---|---|---|
|
|
BitsPerPixel |
Gets a number of bits per pixel in the bitmap stored in the frame. |
|
|
ColorProfile |
Gets a color profile of the bitmap stored in the frame. |
|
|
ColorSpace |
Gets a color space of the bitmap stored in the frame. |
|
|
HasAlpha |
Gets a value specifying whether the bitmap stored in the frame has alpha channel. |
|
|
Height |
Returns this frame height. |
|
|
HorizontalResolution |
Gets a horizontal resolution of the bitmap stored in the frame. |
|
|
Index |
Returns frame index in the format reader (if applicable). |
|
|
IsCmyk |
Gets a value specifying whether the bitmap stored in the frame is CMYK. |
|
|
IsExtended |
Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel. |
|
|
IsGrayScale |
Gets a value specifying whether the bitmap stored in the frame is grayscale. |
|
|
IsIndexed |
Gets a value specifying whether the bitmap stored in the frame is indexed. |
|
|
IsRgb |
Gets a value specifying whether the bitmap stored in the frame is RGB. |
|
|
Left |
Returns horizontal position of the left top corner of the frame. |
|
|
Name |
Returns frame name (if defined). |
|
|
PixelFormat |
Returns a pixel format of the bitmap stored in this frame. |
|
|
Top |
Returns vertical position of the left top corner of the frame. |
|
|
VerticalResolution |
Gets a vertical resolution of the bitmap stored in the frame. |
|
|
Width |
Returns this frame width. |