Gets or sets the default dithering method, referenced by some internal LEADTOOLS methods.
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 default dithering method used.
For an example, refer to StartDithering.
Introduction to Image Processing With LEADTOOLS
Codecs.CodecsThumbnailOptions.DitheringMethod property
ImageProcessing.ColorResolutionCommand.DitheringMethod property
RasterDitheringMethod enumeration
RasterDefaults.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