Click or drag to resize

BmpDecoderSupportedImageType Property

Note: This API is now obsolete.

Returns a Bmp ImageType enumeration value.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
[ObsoleteAttribute("This property is obsolete and will be removed from future versions.", 
	false)]
public override ImageType SupportedImageType { get; }

Property Value

Type: ImageType
A Bmp ImageType enumeration value.

Property Value

Type: ImageType
ImageType.Bmp
See Also