←Select platform

UseImageDitheringMethod Property

Summary

Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseImageDitheringMethod { get; set; } 
Public Property UseImageDitheringMethod As Boolean 
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 ); 
} 

Property Value

true to use the image RasterImage.DitheringMethod; otherwise, false.

Example

For an example, refer to CodecsOptions.

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.Codecs Assembly