C#
VB
Java
Objective-C
WinRT C#
C++
Represents the flag that determines whether a document image is dot matrix image or not.
public enum DotMatrixType
Public Enum DotMatrixType
public enum DotMatrixType
typedef NS_ENUM(NSInteger, LTDotMatrixType)
public enum DotMatrixType
Leadtools.ImageProcessing.Core.DotMatrixType = function() { };
Leadtools.ImageProcessing.Core.DotMatrixType.prototype = {<br/>
DotMatrix = 0,
None = 1,
};
public enum class DotMatrixType
Members
Value | Member | Description |
---|---|---|
0 | DotMatrix | Dot matrix. |
1 | None | None. |
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