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 HalfToneCommandType
extends java.lang.Enum<HalfToneCommandType>
public enum class HalfToneCommandType
class HalfToneCommandType(Enum):
Print = 0
View = 1
Rectangular = 2
Circular = 3
Elliptical = 4
Random = 5
Linear = 6
UserDefined = 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