←Select platform

HalfToneCommandType Enumeration

Summary

Enumeration that indicates the type of halftoning to perform.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public enum HalfToneCommandType
Public Enum HalfToneCommandType
public enum HalfToneCommandType
typedef NS_ENUM(NSInteger, LTHalfToneCommandType)
public enum HalfToneCommandType
Leadtools.ImageProcessing.Core.HalfToneCommandType = function() { }; 
Leadtools.ImageProcessing.Core.HalfToneCommandType.prototype = { 
 
  Print = 0, 
    View = 1, 
    Rectangular = 2, 
    Circular = 3, 
    Elliptical = 4, 
    Random = 5, 
    Linear = 6, 
    UserDefined = 7, 
     
 }; 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize