Click or drag to resize

ImageEncoderIsPixelFormatSupported Method

Returns true if the given PixelFormat can be encoded with the derived encoder.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool IsPixelFormatSupported(
	PixelFormat format
)

Parameters

format
Type: Atalasoft.ImagingPixelFormat
The PixelFormat

Return Value

Type: Boolean
See Also