←Select platform

CreateDefaultOcrWord Method

Summary

Returns an OcrWord with all values set to default.

Syntax
C#
VB
C++
public static OcrWord CreateDefaultOcrWord() 
Public Shared Function CreateDefaultOcrWord() As OcrWord 
public: 
static OcrWord CreateDefaultOcrWord();  

Return Value

The object this method creates.

Remarks

This method initializes the values of OcrWord as following:

Member Value
Value

null (Empty string in Windows Runtime)

Bounds

Empty rectangle

FirstCharacterIndex

0

LastCharacterIndex

0

Requirements

Target Platforms

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

Leadtools.Ocr Assembly