←Select platform

ImagePreprocessingTime Property

Summary

Gets or sets the image preprocessing time in milliseconds.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long ImagePreprocessingTime { get; set; } 
Public Property ImagePreprocessingTime As Long 
public long ImagePreprocessingTime {get; set;} 
@property (nonatomic, assign) UInt64 imagePreprocessingTime 
public long getImagePreprocessingTime () 
public void setImagePreprocessingTime(long value) 
             
 <br/>get_ImagePreprocessingTime();<br/>set_ImagePreprocessingTime(value);<br/>Object.defineProperty('ImagePreprocessingTime');  
public: 
property int64 ImagePreprocessingTime { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The image preprocessing time in milliseconds.

Remarks

Note: This property is not supported in the LEADTOOLS OCR Advantage Engine

Example

For an example, refer to OcrStatistic.

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.Forms.Ocr Assembly