Leadtools.Services.ImageProcessing.DataContracts Namespace : RasterDitheringMethod Enumeration |
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")] public enum RasterDitheringMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")> Public Enum RasterDitheringMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As RasterDitheringMethod
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")] public enum RasterDitheringMethod : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Services.ImageProcessing.DataContracts.RasterDitheringMethod = function() { }; Leadtools.Services.ImageProcessing.DataContracts.RasterDitheringMethod.prototype = {
LeadtoolsMemberMarker(replace me) };
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="RasterDitheringMethod")] public enum class RasterDitheringMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Burkes | Burkes method |
Clustered | Clustered dithering |
FloydStein | Floyd-Steinberg method |
Jarvis | Jarvis method |
None | No dithering. |
Ordered | Ordered dithering, which is faster than other methods but is lower in quality. |
Sierra | Sierra method |
StevensonArce | Stevenson-Arce method |
Stucki | Stucki method |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.RasterDitheringMethod
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2