Gets or sets the number of detected registration marks inside the search area.
Syntax
Visual Basic (Declaration) | |
---|
Public Property MarkDetectedCount As Integer |
C# | |
---|
public int MarkDetectedCount {get; set;} |
C++/CLI | |
---|
public:
property int MarkDetectedCount {
int get();
void set ( int value);
} |
Property Value
The number of detected registration marks inside the search area.
Example
Remarks
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also