Visual Basic (Declaration) | |
---|---|
Public Property UserDictionarySectionName As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string UserDictionarySectionName {get; set;} |
C++/CLI | |
---|---|
public: property String^ UserDictionarySectionName { String^ get(); void set (String^ value); } |
Return Value
A 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 denote the use of the default section name.
Note: This property is not supported for the LEADTOOLS OCR Advantage Engine.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
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