The FormatManager type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
CreateEncoderOptions |
Creates a encoder options object for specified the format. |
|
|
CreateFormatReader | Overloaded. Creates and returns format reader. |
|
|
CreateFormatWriter | Overloaded. Creates and returns format writer. |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetDefaultExtension |
Returns default extension for specified format. |
|
|
GetFilterString | Overloaded. Returns filter string. |
|
|
GetFormatDescription |
Returns user-friendly format description. |
|
|
GetFormatName |
Returns format name by specified ID. |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetMediaFormat | Overloaded. Recognizes the media format of the given file or stream. |
|
|
GetMimeType |
Returns mime type of the format by specified ID. |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
RegisterFormatReader |
Registers format reader and returns a boolean value indicating whether the registration was successful. |
|
|
RegisterFormatWriter |
Registers format writer and returns a boolean value indicating whether the registration was successful. |
|
|
ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
|
|
AsfFormat |
ASF format ID. Note, this format is supported only if you have Media Processor add-on. |
|
|
AviFormat |
AVI format ID. Note, this format is supported only if you have AVI Processor add-on. |
|
|
BmpFormat |
BMP format ID. |
|
|
GifFormat |
GIF format ID. |
|
|
Jpeg2kFormat |
JPEG2000 format ID. |
|
|
JpegFormat |
JPEG format ID. |
|
|
Mp3Format |
MP3 format ID. Note, this format is supported only if you have Media Processor add-on. |
|
|
MpegFormat |
MPEG format ID. Note, this format is supported only if you have Media Processor add-on. |
|
|
PcxFormat |
PCX format ID. |
|
|
PdfFormat |
PDF format ID. |
|
|
PngFormat |
PNG format ID. |
|
|
PsdFormat |
PSD format ID. |
|
|
QuickTimeFormat |
QuickTime format ID. Note, this format is supported only if you have Media Processor add-on. |
|
|
SwfFormat |
SWF format ID. |
|
|
TiffFormat |
TIFF format ID. |
|
|
UnknownBeforeOpenFormat |
"Dummy" ID of an unknown format which is used before the stream is opened. |
|
|
UnknownFormat |
"Dummy" ID of unknown format. |
|
|
WbmpFormat |
WBMP format ID. |
| Name | Description | |
|---|---|---|
|
|
FilterStringForLoad |
Returns a filter string for open file dialog that contains all file formats supported by Graphics Mill for .NET for reading. |
|
|
FilterStringForSave |
Returns a filter string for save file dialog that contains all file formats supported by Graphics Mill for .NET for writing. |
|
|
SupportedMediaFormatsForLoad |
Gets an array of identifiers of media formats which can be read by Graphics Mill for .NET. |
|
|
SupportedMediaFormatsForSave |
Gets an array of identifiers of media formats which can be written by Graphics Mill for .NET. |