C#
VB
Java
Objective-C
WinRT C#
C++
Value that specifies the type of registration mark for which to look.
public enum RegistrationMarkCommandType
Public Enum RegistrationMarkCommandType
public enum RegistrationMarkCommandType
typedef NS_ENUM(NSInteger, LTRegistrationMarkCommandType)
public enum RegistrationMarkCommandType
Leadtools.ImageProcessing.Core.RegistrationMarkCommandType = function() { };
Leadtools.ImageProcessing.Core.RegistrationMarkCommandType.prototype = {<br/>
TShape = 0,
};
public enum class RegistrationMarkCommandType
Members
Value | Member | Description |
---|---|---|
0 | TShape | T-shape registration mark. |
Currently, only one registration mark is defined (T-shape). More shapes will be added in the future.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET