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

IFormatWriter Members

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.

Properties

Name Description
Public property CodecPriority

Returns the priority of the codec.

Public property DefaultExtension

Returns default extension for this format.

(Inherited from IFormatInfo.)
Public property FilterString

Returns filter string for this format.

(Inherited from IFormatInfo.)
Public property FormatDescription

Returns user-friendly format description.

(Inherited from IFormatInfo.)
Public property FormatName

Returns format name.

(Inherited from IFormatInfo.)
Public property MediaFormat

Returns the ID of the media format this reader can write to.

Public property MimeType

Returns mime type of the format.

(Inherited from IFormatInfo.)
Public property Opened

Returns value that specifies if the writer is opened.

See Also

Reference