←Select platform

SearchMarks Property

Summary

Gets or sets an array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public SearchRegistrationMarksCommandData[] SearchMarks { get; set; } 
public [Leadtools.Imageprocessing.Core.SearchRegistrationMarksCommandData[]](searchregistrationmarkscommanddata.md) SearchMarks {get; set;} 
@property (nonatomic, strong) NSMutableArray<LTSearchRegistrationMarksCommandData *> *searchMarks 
public ArrayList<SearchRegistrationMarksCommandData> getSearchMarks() 
public void setSearchMarks(ArrayList<SearchRegistrationMarksCommandData> value) 
             
 <br/>get_SearchMarks();<br/>set_SearchMarks(value);<br/>Object.defineProperty('SearchMarks');  

Property Value

Array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly