Click or drag to resize

EncoderCompressionEventArgs Constructor

Creates a new instance of EncoderCompressionEventArgs.

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 EncoderCompressionEventArgs(
	AtalaImage image,
	int frameIndex,
	CodecCompression compression
)

Parameters

image
Type: Atalasoft.ImagingAtalaImage
The AtalaImage that is to be encoded.
frameIndex
Type: SystemInt32
The zero-based frame index that will be encoded.
compression
Type: Atalasoft.Imaging.CodecCodecCompression
The compression that will be used to encode the image.
See Also