←Select platform

MaximumScale Property

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public int MaximumScale { get; set; } 
Public Property MaximumScale As Integer 
@property (nonatomic, assign) NSUInteger maximumScale 
public int getMaximumScale() 
public void setMaximumScale(int value) 
public: 
property int MaximumScale { 
   int get(); 
   void set (    int ); 
} 

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

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