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

BitmapSavingEventArgs.Options Property

Provides access to encoder options passed to Save(String, IEncoderOptions) method (may be changed in the Saving event handler).

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

Syntax

Visual Basic
Public ReadOnly Property Options As IEncoderOptions
C#
public IEncoderOptions Options { get; }

Property Value

An object implementing IEncoderOptions interface which provides access to the encoder options used for bitmap saving.

See Also

Reference