This documentation is for the old version. Go to the latest Graphics Mill docs

IFrame Members

The IFrame type exposes the following members.

Methods

Name Description
Public method Dispose (Inherited from IDisposable.)
Public method ExportEncoderOptions Overloaded.

Exports all frame settings into the encoder options object.

Public method GetBitmap

Returns bitmap stored in this frame.

Public method GetThumbnail

Returns thumbnail of the bitmap stored in this frame.

Public method ImportEncoderOptions

Fills the frame settings from the encoder options object.

Public method SetBitmap

Puts a bitmap into frame.

Properties

Name Description
Public property BitsPerPixel

Gets a number of bits per pixel in the bitmap stored in the frame.

Public property ColorProfile

Gets a color profile of the bitmap stored in the frame.

Public property ColorSpace

Gets a color space of the bitmap stored in the frame.

Public property HasAlpha

Gets a value specifying whether the bitmap stored in the frame has alpha channel.

Public property Height

Returns this frame height.

Public property HorizontalResolution

Gets a horizontal resolution of the bitmap stored in the frame.

Public property Index

Returns frame index in the format reader (if applicable).

Public property IsCmyk

Gets a value specifying whether the bitmap stored in the frame is CMYK.

Public property IsExtended

Gets a value specifying whether the bitmap stored in the frame has 16 bits per channel.

Public property IsGrayScale

Gets a value specifying whether the bitmap stored in the frame is grayscale.

Public property IsIndexed

Gets a value specifying whether the bitmap stored in the frame is indexed.

Public property IsRgb

Gets a value specifying whether the bitmap stored in the frame is RGB.

Public property Left

Returns horizontal position of the left top corner of the frame.

Public property Name

Returns frame name (if defined).

Public property PixelFormat

Returns a pixel format of the bitmap stored in this frame.

Public property Top

Returns vertical position of the left top corner of the frame.

Public property VerticalResolution

Gets a vertical resolution of the bitmap stored in the frame.

Public property Width

Returns this frame width.

See Also

Reference