←Select platform

DecompositionTime Property

Summary

Gets or sets the page-layout decomposition time in milliseconds.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public long DecompositionTime { get; set; } 
Public Property DecompositionTime As Long 
public long DecompositionTime {get; set;} 
@property (nonatomic, assign) UInt64 decompositionTime 
public long getDecompositionTime() 
public void setDecompositionTime(long value) 
             
 <br/>get_DecompositionTime();<br/>set_DecompositionTime(value);<br/>Object.defineProperty('DecompositionTime');  
public: 
property int64 DecompositionTime { 
   int64 get(); 
   void set (    int64 ); 
} 

Property Value

The page-layout decomposition 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