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; }
Public Property ImageDataDiscardLevel As Byte
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 See Also