LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

UseImageDitheringMethod Property






Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod. .NET support WinRT support Silverlight support
Syntax
public bool UseImageDitheringMethod {get; set;}
'Declaration
 
Public Property UseImageDitheringMethod As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
Dim value As Boolean
 
instance.UseImageDitheringMethod = value
 
value = instance.UseImageDitheringMethod
public bool UseImageDitheringMethod {get; set;}
 get_UseImageDitheringMethod();
set_UseImageDitheringMethod(value);
public:
property bool UseImageDitheringMethod {
   bool get();
   void set (    bool value);
}

Property Value

true to use the image RasterImage.DitheringMethod; otherwise, false.
Example
For an example, refer to CodecsOptions.
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

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

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