Leadtools.Forms.Ocr Namespace : IOcrProgressData Interface |
public interface IOcrProgressData
'Declaration Public Interface IOcrProgressData
'Usage Dim instance As IOcrProgressData
public interface IOcrProgressData
function Leadtools.Forms.Ocr.IOcrProgressData()
public interface class IOcrProgressData
An object of type IOcrProgressData is passed to the OcrProgressCallback delegate every time the operation or the percentage of the operation is changed.
IOcrProgressData is also used as the type for the OcrAutoRecognizeJobProgressEventArgs.Data property used by the IOcrAutoRecognizeManager.JobProgress event.
You can examine the members of IOcrProgressData to show information on the current page, operation and percentage complete of the OCR process.
You can also use the Status property to abort the OCR operation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
IOcrProgressData Members
Leadtools.Forms.Ocr Namespace
OcrProgressCallback Delegate
IOcrEngine Interface
Programming with the LEADTOOLS .NET OCR
public interface IOcrProgressData
'Declaration Public Interface IOcrProgressData
'Usage Dim instance As IOcrProgressData
public interface IOcrProgressData
function Leadtools.Forms.Ocr.IOcrProgressData()
public interface class IOcrProgressData
An object of type IOcrProgressData is passed to the OcrProgressCallback delegate every time the operation or the percentage of the operation is changed.
IOcrProgressData is also used as the type for the OcrAutoRecognizeJobProgressEventArgs.Data property used by the IOcrAutoRecognizeManager.JobProgress event.
You can examine the members of IOcrProgressData to show information on the current page, operation and percentage complete of the OCR process.
You can also use the Status property to abort the OCR operation.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2