←Select platform

DotMatrixType Enumeration

Summary

Represents the flag that determines whether a document image is dot matrix image or not.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

ValueMemberDescription
0DotMatrix Dot matrix.
1None None.
Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly