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

FormatManager Members

The FormatManager type exposes the following members.

Methods

Name Description
Public method Static member CreateEncoderOptions

Creates a encoder options object for specified the format.

Public method Static member CreateFormatReader Overloaded.

Creates and returns format reader.

Public method Static member CreateFormatWriter Overloaded.

Creates and returns format writer.

Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method Static member GetDefaultExtension

Returns default extension for specified format.

Public method Static member GetFilterString Overloaded.

Returns filter string.

Public method Static member GetFormatDescription

Returns user-friendly format description.

Public method Static member GetFormatName

Returns format name by specified ID.

Public method GetHashCode (Inherited from Object.)
Public method Static member GetMediaFormat Overloaded.

Recognizes the media format of the given file or stream.

Public method Static member GetMimeType

Returns mime type of the format by specified ID.

Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Static member RegisterFormatReader

Registers format reader and returns a boolean value indicating whether the registration was successful.

Public method Static member RegisterFormatWriter

Registers format writer and returns a boolean value indicating whether the registration was successful.

Public method ToString (Inherited from Object.)

Fields

Name Description
Public field Static member AsfFormat

ASF format ID. Note, this format is supported only if you have Media Processor add-on.

Public field Static member AviFormat

AVI format ID. Note, this format is supported only if you have AVI Processor add-on.

Public field Static member BmpFormat

BMP format ID.

Public field Static member GifFormat

GIF format ID.

Public field Static member Jpeg2kFormat

JPEG2000 format ID.

Public field Static member JpegFormat

JPEG format ID.

Public field Static member Mp3Format

MP3 format ID. Note, this format is supported only if you have Media Processor add-on.

Public field Static member MpegFormat

MPEG format ID. Note, this format is supported only if you have Media Processor add-on.

Public field Static member PcxFormat

PCX format ID.

Public field Static member PdfFormat

PDF format ID.

Public field Static member PngFormat

PNG format ID.

Public field Static member PsdFormat

PSD format ID.

Public field Static member QuickTimeFormat

QuickTime format ID. Note, this format is supported only if you have Media Processor add-on.

Public field Static member SwfFormat

SWF format ID.

Public field Static member TiffFormat

TIFF format ID.

Public field Static member UnknownBeforeOpenFormat

"Dummy" ID of an unknown format which is used before the stream is opened.

Public field Static member UnknownFormat

"Dummy" ID of unknown format.

Public field Static member WbmpFormat

WBMP format ID.

Properties

Name Description
Public property Static member FilterStringForLoad

Returns a filter string for open file dialog that contains all file formats supported by Graphics Mill for .NET for reading.

Public property Static member FilterStringForSave

Returns a filter string for save file dialog that contains all file formats supported by Graphics Mill for .NET for writing.

Public property Static member SupportedMediaFormatsForLoad

Gets an array of identifiers of media formats which can be read by Graphics Mill for .NET.

Public property Static member SupportedMediaFormatsForSave

Gets an array of identifiers of media formats which can be written by Graphics Mill for .NET.

See Also

Reference