C#
VB
Java
Objective-C
WinRT C#
C++
Enumerated values that indicate the type of anti-aliasing filter to use.
public enum AntiAliasingCommandType Public Enum AntiAliasingCommandType
public enum AntiAliasingCommandType typedef NS_ENUM(NSInteger, LTAntiAliasingCommandType) public enum AntiAliasingCommandType Leadtools.ImageProcessing.Effects.AntiAliasingCommandType = function() { };Leadtools.ImageProcessing.Effects.AntiAliasingCommandType.prototype = {<br/>Type1 = 0,Type2 = 1,Type3 = 2,Diagonal = 3,Horizontal = 4,Vertical = 5,};
public enum class AntiAliasingCommandType Members
| Value | Member | Description |
|---|---|---|
| 0 | Type1 | Anti-alias the image vertically and horizontally. |
| 1 | Type2 | Anti-alias the image in all directions. |
| 2 | Type3 | Anti-alias the image in all directions. The filter used for this option is different from the filter used for the Type2 option. |
| 3 | Diagonal | Anti-alias the image diagonally. |
| 4 | Horizontal | Anti-alias the image horizontally. |
| 5 | Vertical | Anti-alias the image vertically. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
