←Select platform

Sensitivity Property

Summary

The sensitivity of the blank page detection engine.

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

Property Value

Possible values range from 0 to 100.

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