←Select platform

UseImageDitheringMethod Property

Summary
Gets or sets a value indicating whether to use the image RasterImage.DitheringMethod.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseImageDitheringMethod { get; set; } 
Public Property UseImageDitheringMethod As Boolean 
@property (nonatomic, assign) BOOL useImageDitheringMethod 
public boolean getUseImageDitheringMethod() 
public void setUseImageDitheringMethod(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.