DitherCommandSerpentine Property |
Set or get whether or not Floyd Steinberg dithering will operate in alternating left to right/right to
left patterns or simply left to right.
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public bool Serpentine { get; set; }
Public Property Serpentine As Boolean
Get
Set
Property Value
Type:
Boolean Indicates whether or not Floyd Steinberg dithering will operate in alternating left to right/right to left
patterns or simply left to right.
Remarks Default value is true. Using serpentine set to true can eliminate certain artifacting common in Floyd
Steinberg dithering.
See Also