Gets or sets the dithering options used when converted the image.
public RasterDitheringMethod DitheringMethod { get; set; }
Public Property DitheringMethod As Leadtools.RasterDitheringMethod
public Leadtools.RasterDitheringMethod DitheringMethod {get; set;}
@property (nonatomic, assign) LTRasterDitheringMethod ditheringMethod
public RasterDitheringMethod getDitheringMethod()
public void setDitheringMethod(RasterDitheringMethod value)
<br/>get_DitheringMethod();<br/>set_DitheringMethod(value);<br/>Object.defineProperty('DitheringMethod');
public:
property Leadtools.RasterDitheringMethod DitheringMethod {
Leadtools.RasterDitheringMethod get();
void set ( Leadtools.RasterDitheringMethod );
}
The dithering option used when converted the image.
The dithering method is useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
For an example, refer to ColorResolutionCommand
ColorResolutionCommand Members
Introduction to Image Processing With LEADTOOLS
Codecs.CodecsThumbnailOptions.DitheringMethod property
RasterDitheringMethod enumeration
RasterDefaults.DitheringMethod property
RasterImage.DitheringMethod property
RasterImage.StartDithering method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET