Returns whether this format writer can handle bitmaps with specified pixel format.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic

Public Overridable Function IsPixelFormatSupported ( _
	format As PixelFormat _
) As Boolean

C#

public virtual bool IsPixelFormatSupported(
	PixelFormat format
)

Parameters

format

Type: Aurigma.GraphicsMill..::.PixelFormat

PixelFormat value that specifies a pixel format necessary to be checked.

Return Value

Value that equal to true when specified pixel format is supported, or false otherwise.