←Select platform

SearchMarks Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public SearchRegistrationMarksCommandData[] SearchMarks { get; set; } 
Public Property SearchMarks As SearchRegistrationMarksCommandData() 
@property (nonatomic, strong) NSMutableArray<LTSearchRegistrationMarksCommandData *> *searchMarks 
public ArrayList<SearchRegistrationMarksCommandData> getSearchMarks() 
public void setSearchMarks(ArrayList<SearchRegistrationMarksCommandData> value) 

Property Value

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

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly