| Overload | Description |
| Create(BitmapDecoderInfo) | Initializes a new instance of the BitmapDecoder class from a BitmapDecoderInfo. |
| Create(ImagingFactory,Guid) | Initializes a new instance of the BitmapDecoder class from a guid. BitmapDecoderGuids for a list of default supported decoder. |
| Create(ImagingFactory,Guid,Guid) | Initializes a new instance of the BitmapDecoder class. |
| Create(ImagingFactory,IStream,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a C1.Util.DX.Storage.IStream. |
| Create(ImagingFactory,Stream,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a C1.Util.DX.Storage.IStream. |
| Create(ImagingFactory,IStream,Guid,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a C1.Util.DX.Storage.IStream. |
| Create(ImagingFactory,Stream,Guid,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a C1.Util.DX.Storage.IStream. |
| Create(ImagingFactory,String,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a file in read mode. |
| Create(ImagingFactory,String,NativeFileAccess,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a file. |
| Create(ImagingFactory,String,Nullable<Guid>,NativeFileAccess,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a file. |
| Create(ImagingFactory,FileStream,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a filestream. |
| Create(ImagingFactory,FileStream,Guid,DecodeOptions) | Initializes a new instance of the BitmapDecoder class from a filestream. |