←Select platform

CreateDefaultOcrWord Method

Summary

Returns an OcrWord with all values set to default.

Syntax

C#
VB
WinRT C#
C++
public static OcrWord CreateDefaultOcrWord() 
Public Shared Function CreateDefaultOcrWord() As Leadtools.Forms.Ocr.OcrWord 
public static Leadtools.Forms.Ocr.OcrWord CreateDefaultOcrWord() 
 function Leadtools.Forms.Ocr.OcrTypeManager.CreateDefaultOcrWord() 
public: 
static Leadtools.Forms.Ocr.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Ocr Assembly