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

BitmapSavingEventArgs Constructor

Creates and initializes new BitmapSavingEventArgs object.

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

Syntax

Visual Basic
Public Sub New ( _
	options As IEncoderOptions _
)
C#
public BitmapSavingEventArgs(
	IEncoderOptions options
)

Parameters

options

Type: Aurigma.GraphicsMill.Codecs.IEncoderOptions

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

See Also

Reference