Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RegistrationMarkCommandType Enumeration
See Also  
Leadtools.ImageProcessing.Core Namespace : RegistrationMarkCommandType Enumeration



Value that specifies the type of registration mark for which to look.

Syntax

Visual Basic (Declaration) 
Public Enum RegistrationMarkCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As RegistrationMarkCommandType
C# 
public enum RegistrationMarkCommandType : Enum 
C++/CLI 
public enum class RegistrationMarkCommandType : public Enum 

Members

MemberDescription
TShape T-shape registration mark.

Remarks

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.RegistrationMarkCommandType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also