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

IFormatWriter.ExportEncoderOptions Method (IEncoderOptions)

Exports all writer settings into the existing encoder options object.

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

Syntax

Visual Basic
Sub ExportEncoderOptions ( _
	options As IEncoderOptions _
)
C#
void ExportEncoderOptions(
	IEncoderOptions options
)

Parameters

options

Type: Aurigma.GraphicsMill.Codecs.IEncoderOptions

An object which implements IEncoderOptions interface and should contain the writer settings.

Remarks

The properties of the frame (if supported by the encoder options object) are neither removed nor modified.

See Also

Reference