←Select platform

MinimumScale Property

Summary

Gets or sets the minimum registration mark scale to be detected.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MinimumScale { get; set; } 
Public Property MinimumScale As Integer 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly