LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MaximumScale Property

Show in webframe







Gets or sets the maximum registration mark scale to be detected.
Syntax
public int MaximumScale {get; set;}
'Declaration
 
Public Property MaximumScale As Integer
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
 
instance.MaximumScale = value
 
value = instance.MaximumScale
public int MaximumScale {get; set;}
@property (nonatomic, assign) unsigned int maximumScale;
public int getMaximumScale()
public void setMaximumScale(int value)
            
 
get_MaximumScale();
set_MaximumScale(value);
Object.defineProperty('MaximumScale');
public:
property int MaximumScale {
   int get();
   void set (    int value);
}

Property Value

Maximum registration mark scale to be detected. This is a percentage. It must not be lower than MinimumScale. This property accepts only positive values.
Remarks
For more information, refer to Detecting Registration Marks.
Example
Refer to SearchRegistrationMarksCommand.
Requirements

Target Platforms

See Also

Reference

SearchRegistrationMarksCommandData Class
SearchRegistrationMarksCommandData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.