←Select platform

DitheringMethod Property

Summary

The dithering options used when converted the image.

Syntax
C#
VB
Objective-C
C++
Java
public RasterDitheringMethod DitheringMethod { get; set; } 
Public Property DitheringMethod As RasterDitheringMethod 
@property (nonatomic, assign) LTRasterDitheringMethod ditheringMethod 
public RasterDitheringMethod getDitheringMethod() 
public void setDitheringMethod(RasterDitheringMethod value) 
public: 
property RasterDitheringMethod DitheringMethod { 
   RasterDitheringMethod get(); 
   void set (    RasterDitheringMethod ); 
} 

Property Value

The dithering option used when converted the image.

Remarks

The dithering method is useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).

Example

For an example, refer to ColorResolutionCommand

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly