Gets or sets a value that specifies the default dithering method to use when converting an image from 64, 48, 32, 24, or 16 bits per pixel to 8 bits per pixel or fewer.
public static RasterDitheringMethod DitheringMethod { get; set; }
Public Shared Property DitheringMethod As Leadtools.RasterDitheringMethod
public static Leadtools.RasterDitheringMethod DitheringMethod {get; set;}
+(LTRasterDitheringMethod)ditheringMethod;
+(void)ditheringMethod:(LTRasterDitheringMethod)value;
<br/>get_DitheringMethod();<br/>set_DitheringMethod(value);<br/>Object.defineProperty('DitheringMethod');
public:
static property Leadtools.RasterDitheringMethod DitheringMethod {
Leadtools.RasterDitheringMethod get();
void set ( Leadtools.RasterDitheringMethod );
}
A RasterDitheringMethod enumeration value that specifies the default dithering method to use when converting an image from 64, 48, 32, 24, or 16 bits per pixel to 8 bits per pixel or fewer.
For an example, refer to RasterDefaults.
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