Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

UseImageDitheringMethod Property








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)
            
 <br/>get_UseImageDitheringMethod();<br/>set_UseImageDitheringMethod(value);<br/>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

Error processing SSI file