←Select platform

CreateDefaultOcrZone Method

Summary
Returns an OcrZone with all values set to default.
Syntax
C#
VB
C++
public static OcrZone CreateDefaultOcrZone() 
Public Shared Function CreateDefaultOcrZone() As OcrZone 
public: 
static OcrZone CreateDefaultOcrZone();  

Return Value

The object this method creates.

Remarks

This method initializes the values of OcrZone as following:

Member Value
Id

0

Name

null (Empty string in Windows Runtime)

Bounds

Empty rectangle

ZoneType

OcrZoneType.Text

CharacterFilters

OcrZoneCharacterFilters.None

Language

null

IsEngineZone

false

ForeColor

Black

BackColor

White

ViewPerspective

RasterViewPerspective.TopLeft

TextDirection

OcrTextDirection.LeftToRight

TextStyle

OcrTextStyle.Normal

FontRatio

0

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.