←Select platform

MarkDetectedCount Property

Summary

Gets or sets the number of detected registration marks inside the search area.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property int MarkDetectedCount { 
   int get(); 
   void set (    int ); 
} 

Property Value

The number of detected registration marks inside the search area.

Remarks

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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly