←Select platform

RegistrationMarkCommandType Enumeration

Summary
Value that specifies the type of registration mark for which to look.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public enum RegistrationMarkCommandType   
typedef NS_ENUM(NSInteger, LTRegistrationMarkCommandType) { 
 LTRegistrationMarkCommandTypeTShape = 0x0000 
}; 
public final class RegistrationMarkCommandType 
    extends java.lang.Enum<RegistrationMarkCommandType> 
public enum class RegistrationMarkCommandType   
class RegistrationMarkCommandType(Enum): 
   TShape = 0 
Members
ValueMemberDescription
0TShape T-shape registration mark.
Remarks

Currently, only one registration mark is defined (T-shape). More shapes will be added in the future.

Requirements

Target Platforms

Help Version 22.0.2023.11.1
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.