C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that represents the registration mark type.
public RegistrationMarkCommandType Type { get; set; }
Public Property Type As Leadtools.Imageprocessing.Core.RegistrationMarkCommandType
public Leadtools.Imageprocessing.Core.RegistrationMarkCommandType Type {get; set;}
@property (nonatomic, assign) LTRegistrationMarkCommandType type
public RegistrationMarkCommandType getType()
public void setType(RegistrationMarkCommandType value)
<br/>get_Type();<br/>set_Type(value);<br/>Object.defineProperty('Type');
public:
property Leadtools.Imageprocessing.Core.RegistrationMarkCommandType Type {
Leadtools.Imageprocessing.Core.RegistrationMarkCommandType get();
void set ( Leadtools.Imageprocessing.Core.RegistrationMarkCommandType );
}
Registration mark type.
For more information, refer to Detecting Registration Marks.
Refer to SearchRegistrationMarksCommand.
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