←Select platform

DitheringMethod Property

Summary
Gets or sets the dithering method to use.
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 method to use.

Remarks

The DitheringMethod will be passed to ColorResolutionCommand internally when MaintainAspectRatio is true, ForceSize is true, and the source image is not 24-bit. In this case, the thumbnail image is converted to 24-bit, then, combined with a "background" image. The resulting image is then returned to the thumbnail image's original bit-depth using DitheringMethod.

Example

For an example, refer to RasterCodecs.ReadThumbnail.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.