Click or drag to resize

BmpEncoder Constructor (BmpCompression)

Initializes a new instance of BmpEncoder specifying the compression to use.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public BmpEncoder(
	BmpCompression compression
)

Parameters

compression
Type: Atalasoft.Imaging.CodecBmpCompression
The compression to use when writing Bmp images.
See Also