C#
VB
C++
Indicates the type of halftoning to perform.
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")]
public enum HalftoneCommandType
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")>
Public Enum HalftoneCommandType
Inherits System.Enum
Implements System.IComparable, System.IConvertible, System.IFormattable
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")]
public enum class HalftoneCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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. |
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