Gets or sets the number of detected registration marks inside the search area.
public int MarkDetectedCount { get; set; }
Public Property MarkDetectedCount As Integer
public int MarkDetectedCount {get; set;}
@property (nonatomic, assign) NSUInteger markDetectedCount
public int getMarkDetectedCount()
public void setMarkDetectedCount(int value)
<br/>get_MarkDetectedCount();<br/>set_MarkDetectedCount(value);<br/>Object.defineProperty('MarkDetectedCount');
The number of detected registration marks inside the search area.
This property will be updated by the SearchRegistrationMarksCommand. This property indicates how many elements of the MarkDetectedPoints array will be filled. For more information, refer to Detecting Registration Marks.
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