←Select platform

ReadingTime Property

Summary

Gets or sets the reading time in milliseconds.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long ReadingTime { get; set; } 
Public Property ReadingTime As Long 
public long ReadingTime {get; set;} 
@property (nonatomic, assign) UInt64 readingTime 
public long getReadingTime() 
public void setReadingTime(long value) 
             
 <br/>get_ReadingTime();<br/>set_ReadingTime(value);<br/>Object.defineProperty('ReadingTime');  
public: 
property int64 ReadingTime { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The reading 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