←Select platform

Sensitivity Property

Summary

Gets or sets the sensitivity of the blank page detection engine.

Syntax

C#
VB
Java
Objective-C
C++
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly