LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

MinimumScale Property

Show in webframe







Gets or sets the minimum registration mark scale to be detected.
Syntax
public int MinimumScale {get; set;}
'Declaration
 
Public Property MinimumScale As Integer
'Usage
 
Dim instance As SearchRegistrationMarksCommandData
Dim value As Integer
 
instance.MinimumScale = value
 
value = instance.MinimumScale
public int MinimumScale {get; set;}
@property (nonatomic, assign) unsigned int minimumScale;
public int getMinimumScale()
public void setMinimumScale(int value)
            
 
get_MinimumScale();
set_MinimumScale(value);
Object.defineProperty('MinimumScale');
public:
property int MinimumScale {
   int get();
   void set (    int value);
}

Property Value

Minimum registration mark scale to be detected. This is a percentage. It must not exceed MaximumScale. 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.