LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

DitheringMethod Property (RasterDefaults)






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. .NET support Silverlight support WinRT support
Syntax
public static RasterDitheringMethod DitheringMethod {get; set;}
'Declaration
 
Public Shared Property DitheringMethod As RasterDitheringMethod
'Usage
 
Dim value As RasterDitheringMethod
 
RasterDefaults.DitheringMethod = value
 
value = RasterDefaults.DitheringMethod
public static RasterDitheringMethod DitheringMethod {get; set;}
 get_DitheringMethod();
set_DitheringMethod(value);
public:
static property RasterDitheringMethod DitheringMethod {
   RasterDitheringMethod get();
   void set (    RasterDitheringMethod value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterDefaults Class
RasterDefaults Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.