←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) 
get_MinimumScale(); 
set_MinimumScale(value); 
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

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