public enum HalfToneCommandType   typedef NS_ENUM(NSInteger, LTHalfToneCommandType) {LTHalfToneCommandTypePrint = 0x0000,LTHalfToneCommandTypeView = 0x0001,LTHalfToneCommandTypeRectangular = 0x0002,LTHalfToneCommandTypeCircular = 0x0003,LTHalfToneCommandTypeElliptical = 0x0004,LTHalfToneCommandTypeRandom = 0x0005,LTHalfToneCommandTypeLinear = 0x0006,LTHalfToneCommandTypeUserDefined = 0x0007};
public final class HalfToneCommandTypeextends java.lang.Enum<HalfToneCommandType>
public enum class HalfToneCommandType   class HalfToneCommandType(Enum):Print = 0View = 1Rectangular = 2Circular = 3Elliptical = 4Random = 5Linear = 6UserDefined = 7
| 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. | 
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document
