←Select platform

HalfToneCommandType Enumeration

Summary
Enumeration that indicates the type of halftoning to perform.
Syntax
C#
Objective-C
C++/CLI
Java
Python
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 
Members
ValueMemberDescription
0Print Halftone for printing.
1View Halftone for display.
2Rectangular Rectangular halftone.
3Circular Circular halftone.
4Elliptical Elliptical halftone.
5Random Random halftone.
6Linear Linear halftone.
7UserDefined User defined halftone.
Requirements

Target Platforms

Help Version 23.0.2024.3.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.