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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize