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: 2026.2.0.0.42 (.NET 4.6.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