←Select platform

HalftoneCommandType Enumeration

Summary

Indicates the type of halftoning to perform.

Syntax

C#
VB
C++
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")] 
public enum HalftoneCommandType 
  
<DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")> 
Public Enum HalftoneCommandType  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[DataContractAttribute(Namespace="http://Leadtools.Services.ImageProcessing.DataContracts/2009/01", Name="HalftoneCommandType")] 
public enum class HalftoneCommandType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0PrintHalftone for printing.
1ViewHalftone for display.
2RectangularRectangular halftone.
3CircularCircular halftone.
4EllipticalElliptical halftone.
5RandomRandom halftone.
6LinearLinear halftone.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.ImageProcessing.DataContracts Assembly