←Select platform

CreateDefaultOcrZone Method

Summary

Returns an OcrZone with all values set to default.

Syntax

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

Leadtools.Forms.Ocr Assembly