←Select platform

MinimumScale Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int MinimumScale { get; set; } 
Public Property MinimumScale As Integer 
@property (nonatomic, assign) NSUInteger minimumScale 
public int getMinimumScale() 
public void setMinimumScale(int value) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly