←Select platform

MarkDetectedCount Property

Summary
Gets or sets the number of detected registration marks inside the search area.
Syntax
C#
VB
Objective-C
C++
Java
public int MarkDetectedCount { get; set; } 
Public Property MarkDetectedCount As Integer 
@property (nonatomic, assign) NSUInteger markDetectedCount 
public int getMarkDetectedCount() 
public void setMarkDetectedCount(int value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.