←Select platform

HalfToneCommandType Enumeration

Summary

Enumeration that indicates the type of halftoning to perform.

Syntax
C#
VB
Objective-C
C++
Java
public enum HalfToneCommandType   
Public Enum HalfToneCommandType  
typedef NS_ENUM(NSInteger, LTHalfToneCommandType) 
public enum HalfToneCommandType 
public enum class HalfToneCommandType   

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly