LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

SearchMarks Property






Gets or sets an array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks. .NET support WinRT support
Syntax
public SearchRegistrationMarksCommandData[] SearchMarks {get; set;}
'Declaration
 
Public Property SearchMarks As SearchRegistrationMarksCommandData()
'Usage
 
Dim instance As SearchRegistrationMarksCommand
Dim value() As SearchRegistrationMarksCommandData
 
instance.SearchMarks = value
 
value = instance.SearchMarks
public SearchRegistrationMarksCommandData[] SearchMarks {get; set;}
 get_SearchMarks();
set_SearchMarks(value);

Property Value

Array of SearchRegistrationMarksCommandData structures describing all the characteristics of the registration marks.
Example
Refer to ApplyTransformationParametersCommand()
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SearchRegistrationMarksCommand Class
SearchRegistrationMarksCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.