←Select platform

DotMatrixType Enumeration

Summary
Represents the flag that determines whether a document image is dot matrix image or not.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum DotMatrixType   
typedef NS_ENUM(NSInteger, LTDotMatrixType) { 
 LTDotMatrixTypeDotMatrix = 0,  
 LTDotMatrixTypeNone = 1,  
}; 
public final class DotMatrixType 
    extends java.lang.Enum<DotMatrixType> 
public enum class DotMatrixType   
class DotMatrixType(Enum): 
   DotMatrix = 0 
   None = 1 
Members
ValueMemberDescription
0DotMatrix Dot matrix.
1None None.
Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.