Click or drag to resize

JpegXrEncoderCompressedDomainTranscode Property

Gets or sets a value that indicates whether compressed domain operations can be used. Compressed domain operations are transformation operations that are done without decoding the image data.

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 bool CompressedDomainTranscode { get; set; }

Property Value

Type: Boolean
True if compressed domain operations can be used; otherwise, false. The default value is true.
See Also