Gets or sets an array which will be filled with the location points of the detected registration marks.
public LeadPoint[] MarkDetectedPoints { get; set; }
Public Property MarkDetectedPoints As Leadtools.LeadPoint()
public [Leadtools.LeadPoint[]](../l/leadpoint.md) MarkDetectedPoints {get; set;}
@property (nonatomic, strong) NSMutableArray<NSValue *> *markDetectedPoints //LeadPoint
public LeadPoint[] getMarkDetectedPoints()
public void setMarkDetectedPoints(LeadPoint[] value)
<br/>get_MarkDetectedPoints();<br/>set_MarkDetectedPoints(value);<br/>Object.defineProperty('MarkDetectedPoints');
public:
property Leadtools.array<LeadPoint>^ MarkDetectedPoints {
Leadtools.array<LeadPoint>^ get();
void set ( Leadtools.array<LeadPoint>^ );
}
Array which will be filled with the location points of the detected registration marks. SearchRegistrationMarksCommand will fill the first MarkDetectedCount elements in this array.
For more information, refer to Detecting Registration Marks.
Refer to SearchRegistrationMarksCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET