Click or drag to resize

JpegXrEncoderImageDataDiscardLevel Property

Gets or sets the level of image data to discard during a compressed domain transcode.

Namespace:  Atalasoft.Imaging.Codec
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public byte ImageDataDiscardLevel { get; set; }

Property Value

Type: Byte
The level of image data to discard during a compressed domain encoding of the image. The value range is 0 to 3. The default value is 1.
Remarks
This parameter is only valid if CompressedDomainTranscode is set to true; otherwise it is ignored.
See Also