Click or drag to resize

JpegXrEncoderIgnoreOverlap Property

Gets or sets a value that indicates whether to ignore region overlap pixels in sub-region compressed domain encoding. This feature is not currently implemented.

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

Property Value

Type: Boolean
True if overlap is ignored; otherwise, false. The default value is false.
Remarks
This value is only valid when CompressedDomainTranscode is true and a sub-region encode is requested.
See Also