LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseImageDitheringMethod Property

Show in webframe







Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.
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;}
@property (nonatomic, assign) BOOL useImageDitheringMethod;
public boolean getUseImageDitheringMethod()
public void setUseImageDitheringMethod(boolean value)
            
 
get_UseImageDitheringMethod();
set_UseImageDitheringMethod(value);
Object.defineProperty('UseImageDitheringMethod');
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

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.