C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.
public bool UseImageDitheringMethod { get; set; }
Public Property UseImageDitheringMethod As Boolean
public bool UseImageDitheringMethod {get; set;}
@property (nonatomic, assign) BOOL useImageDitheringMethod
public boolean getUseImageDitheringMethod()
public void setUseImageDitheringMethod(boolean value)
<br/>get_UseImageDitheringMethod();<br/>set_UseImageDitheringMethod(value);<br/>Object.defineProperty('UseImageDitheringMethod');
true to use the image RasterImage.DitheringMethod; otherwise, false.
For an example, refer to CodecsOptions.
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