The UserDictionarySectionName Property is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.
Gets or sets the section name in the user dictionary assigned to this zone.Visual Basic (Declaration) | |
---|---|
Public Property UserDictionarySectionName As String |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As OcrZone Dim value As String instance.UserDictionarySectionName = value value = instance.UserDictionarySectionName |
C# | |
---|---|
public string UserDictionarySectionName {get; set;} |
C++/CLI | |
---|---|
public: property String^ UserDictionarySectionName { String^ get(); void set ( String^ value); } |
Property Value
A System.String that contains the section name in the user dictionary assigned to this zone. Use a null (Nothing in Visual Basic) reference to use the default section name.For an example, refer to IOcrPage.AutoZone.
When the zones are generated with IOcrPage.AutoZone, the value of UserDictionarySectionName will always be set to a a null (Nothing in Visual Basic) reference to indicate the use of the default section name.
Note: This property is not supported for the LEADTOOLS OCR Advantage Engine.
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
IOcrUserDictionary Interface
OcrZoneRecognitionModule Enumeration
OcrZoneFillMethod Enumeration
OcrEngineManager Class
OcrEngineType Enumeration
IOcrPageCollection Interface
IOcrZoneCollection Interface
OcrZone Structure
Programming with Leadtools .NET OCR
LEADTOOLS OCR Plus Engine Settings