←Select platform

DitheringType Enumeration

Summary

Represents the type of dithering in the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum DitheringType   
Public Enum DitheringType  
    
    
public enum DitheringType    
typedef NS_ENUM(NSInteger, LTDitheringType) 
public enum DitheringType 
Leadtools.ImageProcessing.Core.DitheringType = function() { }; 
Leadtools.ImageProcessing.Core.DitheringType.prototype = {<br/> 
  Undithered = 0, 
    TextDither = 1, 
    WhiteDither = 2, 
     
 }; 
public enum class DitheringType   

Members

ValueMemberDescription
0Undithered No Dither
1TextDither Text Dither.
2WhiteDither White Dither
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.ImageProcessing.Core Assembly