Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MarkDetectedCount Property








Gets or sets the number of detected registration marks inside the search area.
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;}
@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 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

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

Error processing SSI file