The Id Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets the zone ID.Visual Basic (Declaration) | |
---|---|
Public Property Id As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZone Dim value As Integer instance.Id = value value = instance.Id |
C# | |
---|---|
public int Id {get; set;} |
Property Value
An integer value specifying the zone ID.For an example, refer to IOcrPage.AutoZone.
The zone ID is managed by the engine and so the application is not allowed to change its value.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Reference
OcrZone StructureOcrZone Members
IOcrPage.AutoZone
OcrZoneType Enumeration
OcrZoneFillMethod Enumeration
OcrZoneRecognitionModule Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
Programming with Leadtools .NET OCR
An Overview of OCR Recognition Modules