The HalfToneCommandType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Enumeration that indicates the type of halftoning to perform.Visual Basic (Declaration) | |
---|---|
Public Enum HalfToneCommandType Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HalfToneCommandType |
C# | |
---|---|
public enum HalfToneCommandType : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
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. |
UserDefined | User defined halftone. |
View | Halftone for display. |
System.Object
System.ValueType
System.Enum
Leadtools.Workflow.ImageProcessing.HalfToneCommandType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7