Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

MinimumScale Property








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) NSUInteger minimumScale
public int getMinimumScale()
public void setMinimumScale(int value)
            
 <br/>get_MinimumScale();<br/>set_MinimumScale(value);<br/>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

Error processing SSI file