C#
VB
Java
Objective-C
WinRT C#
C++
Returns the value that determines if document image is dot matrix image or not.
public DotMatrixType DotMatrix { get; }
Public ReadOnly Property DotMatrix As Leadtools.Imageprocessing.Core.DotMatrixType
public Leadtools.Imageprocessing.Core.DotMatrixType DotMatrix {get;}
@property (nonatomic, assign, readonly) LTDotMatrixType dotMatrix
public DotMatrixType getDotMatrix()
get_DotMatrix();
public:
property Leadtools.Imageprocessing.Core.DotMatrixType DotMatrix {
Leadtools.Imageprocessing.Core.DotMatrixType get();
}
DotMatrixType enumeration that determines if document image is dot matrix image or not.
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