←Select platform

DotMatrix Property

Summary

Returns the value that determines if document image is dot matrix image or not.

Syntax
C#
VB
Objective-C
C++
Java
public DotMatrixType DotMatrix { get; } 
Public ReadOnly Property DotMatrix As DotMatrixType 
@property (nonatomic, assign, readonly) LTDotMatrixType dotMatrix 
public DotMatrixType getDotMatrix() 
public: 
property DotMatrixType DotMatrix { 
   DotMatrixType get(); 
} 

Property Value

DotMatrixType enumeration that determines if document image is dot matrix image or not.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly