C#
VB
Java
Objective-C
WinRT C#
C++
Enumeration that indicates the type of halftoning to perform.
public enum HalfToneCommandType
Public Enum HalfToneCommandType
public enum HalfToneCommandType
typedef NS_ENUM(NSInteger, LTHalfToneCommandType)
public enum HalfToneCommandType
Leadtools.ImageProcessing.Core.HalfToneCommandType = function() { };
Leadtools.ImageProcessing.Core.HalfToneCommandType.prototype = {<br/>
Print = 0,
View = 1,
Rectangular = 2,
Circular = 3,
Elliptical = 4,
Random = 5,
Linear = 6,
UserDefined = 7,
};
public enum class HalfToneCommandType
Members
Value | Member | Description |
---|---|---|
0 | Halftone for printing. | |
1 | View | Halftone for display. |
2 | Rectangular | Rectangular halftone. |
3 | Circular | Circular halftone. |
4 | Elliptical | Elliptical halftone. |
5 | Random | Random halftone. |
6 | Linear | Linear halftone. |
7 | UserDefined | User defined halftone. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET