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; }
Public Property IgnoreOverlap As Boolean
Get
Set
Property Value
Type:
BooleanTrue if overlap is ignored; otherwise, false. The default value is
false.
Remarks See Also