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

IFormatReader Methods

The IFormatReader type exposes the following members.

Methods

Name Description
Public method CheckForSupport Overloaded.

Checks if the image can be loaded with this reader.

Public method Clone (Inherited from ICloneable.)
Public method Close

Closes format reader, and detaches it from previously opened file (or other media).

Public method Dispose (Inherited from IDisposable.)
Public method GetEnumerator (Inherited from IEnumerable.)
Public method LoadFrame

Returns a frame with specified index. This frame contains a bitmap and possible other details describing it.

Public method Open Overloaded.

Opens format reader on specified media.

See Also

Reference