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

Show in webframe

MaximumScale Property








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) NSUInteger maximumScale
public int getMaximumScale()
public void setMaximumScale(int value)
            
 <br/>get_MaximumScale();<br/>set_MaximumScale(value);<br/>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

Error processing SSI file