Returns an array of pixel formats which are supported with this format writer.

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

Syntax

Visual Basic

Public Overridable ReadOnly Property SupportedPixelFormats As PixelFormat()

C#

public virtual PixelFormat[] SupportedPixelFormats { get; }

Property Value

An array of PixelFormat values which are supported with this format writer.