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

BmpEncoderOptions Constructor (CompressionType)

Creates and initializes new BmpEncoderOptions class instance. You can pass BMP compression type here.

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

Syntax

Visual Basic
Public Sub New ( _
	compression As CompressionType _
)
C#
public BmpEncoderOptions(
	CompressionType compression
)

Parameters

compression

Type: Aurigma.GraphicsMill.Codecs.CompressionType

Value that specifies necessary BMP compression type. You can change it later through Compression property.

See Also

Reference