←Select platform

DitheringMethod Property

Summary

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.

Syntax

C#
VB
Objective-C
WinRT C#
C++
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 ); 
} 

Property Value

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.

Example

For an example, refer to RasterDefaults.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly