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

IFormatWriter Methods

The IFormatWriter type exposes the following members.

Methods

Name Description
Public method AddFrame

Appends specified frame to the end of file (or other media).

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

Closes format writer, flushes all unsaved data, and detaches the writer from previously opened file (or other media).

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

Exports all writer settings into the encoder options object.

Public method GetEmptyFrame

Returns Frame descendant class of the format supported with this writer.

Public method ImportEncoderOptions

Initialize the writer settings from the encoder options object.

Public method Open Overloaded.

Opens format writer on specified media.

See Also

Reference