LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

HalfToneCommandType Enumeration

Show in webframe







Enumeration that indicates the type of halftoning to perform.
Syntax
public enum HalfToneCommandType : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum HalfToneCommandType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HalfToneCommandType
public enum HalfToneCommandType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTHalfToneCommandType
public enum HalfToneCommandType
Leadtools.ImageProcessing.Core.HalfToneCommandType = function() { };
Leadtools.ImageProcessing.Core.HalfToneCommandType.prototype = {
Print = 0x00000000, View = 0x00000001, Rectangular = 0x00000002, Circular = 0x00000003, Elliptical = 0x00000004, Random = 0x00000005, Linear = 0x00000006, UserDefined = 0x00000007, };
public enum class HalfToneCommandType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000PrintHalftone for printing.
0x00000001ViewHalftone for display.
0x00000002RectangularRectangular halftone.
0x00000003CircularCircular halftone.
0x00000004EllipticalElliptical halftone.
0x00000005RandomRandom halftone.
0x00000006LinearLinear halftone.
0x00000007UserDefinedUser defined halftone.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.HalfToneCommandType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.