←Select platform

Percentage Property

Summary
Gets the progress of the current operation expressed as a percentage.
Syntax
C#
VB
Objective-C
C++
Java
public int Percentage { get; } 
ReadOnly Property Percentage As Integer 
@property (nonatomic, assign, readonly) NSInteger percentage 
public int getPercentage() 
property int Percentage { 
   int get(); 
} 

Property Value

A value between 0 and 100 that represent the progress of the current operation expressed as a percentage.

Remarks

For a list of the available operations, refer to OcrProgressOperation.

Example

For an example, refer to OcrProgressCallback.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.