LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

MarkDetectedCount Property






Gets or sets the number of detected registration marks inside the search area. .NET support WinRT support
Syntax
public int MarkDetectedCount {get; set;}
'Declaration
 
Public Property MarkDetectedCount As Integer
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
 
instance.MarkDetectedCount = value
 
value = instance.MarkDetectedCount
public int MarkDetectedCount {get; set;}
 get_MarkDetectedCount();
set_MarkDetectedCount(value);
public:
property int MarkDetectedCount {
   int get();
   void set (    int value);
}

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.
Example
Refer to ApplyTransformationParametersCommand()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.