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

FormatWriter.ExportEncoderOptions Method

Exports all writer settings into the encoder options object.

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

Syntax

Visual Basic
Public Overridable Function ExportEncoderOptions As IEncoderOptions
C#
public virtual IEncoderOptions ExportEncoderOptions()

Return Value

An object which implements IEncoderOptions interface and holds the writer settings.

See Also

Reference