Gets the image formats that are able to be automatically converted to a byte array.

Namespace: ImageSense
Assembly: ImageSense (in ImageSense.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public static readonly ImageFormat[] SupportsImageToByteConversion
Visual Basic
Public Shared ReadOnly SupportsImageToByteConversion As ImageFormat()
Visual C++
public:
static initonly array<ImageFormat^>^ SupportsImageToByteConversion

See Also