←Select platform

MaximumScale Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int MaximumScale {get; set;}
Public Property MaximumScale As Integer
public int MaximumScale {get; set;}
@property (nonatomic, assign) NSUInteger maximumScale
public int getMaximumScale() 
public void setMaximumScale(int value) 
get_MaximumScale(); 
set_MaximumScale(value); 
Object.defineProperty('MaximumScale'); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize