This documentation is for the old version. Go to the latest Graphics Mill docs

FormatManager.CreateEncoderOptions Method

Creates a encoder options object for specified the format.

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

Syntax

Visual Basic
Public Shared Function CreateEncoderOptions ( _
	format As Long _
) As IEncoderOptions
C#
public static IEncoderOptions CreateEncoderOptions(
	long format
)

Parameters

format

Type: System.Int64

An ID of the necessary format (see static fields of this class).

Return Value

IEncoderOptions interface of the encoder options object for specified format.

See Also

Reference