The HalftoneCommandType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Indicates the type of halftoning to perform.Visual Basic (Declaration) | |
---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")> Public Enum HalftoneCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HalftoneCommandType |
C# | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")] public enum HalftoneCommandType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")] public enum class HalftoneCommandType : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Circular | Circular halftone. |
Elliptical | Elliptical halftone. |
Linear | Linear halftone. |
Halftone for printing. | |
Random | Random halftone. |
Rectangular | Rectangular halftone. |
View | Halftone for display. |
System.Object
System.ValueType
System.Enum
Leadtools.Services.ImageProcessing.DataContracts.HalftoneCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7