'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether the OCR engine should use the custom dictionaries.")> Public Property UseCustomDictionaries As Boolean
[DefaultValue(False)] [Description("A value indicating whether the OCR engine should use the custom dictionaries.")] public bool UseCustomDictionaries { get; set; }
[DefaultValue(False)] [Description("A value indicating whether the OCR engine should use the custom dictionaries.")] public: __property bool get_UseCustomDictionaries(); public: __property void set_UseCustomDictionaries(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether the OCR engine should use the custom dictionaries.")] public:
property bool UseCustomDictionaries { bool get(); void set(bool value); }
Property Value
true - распознавание текста должно использовать пользовательские словари; false - распознавание текста не должно использовать пользовательские словари.
Значение по умолчанию - false.
Значение по умолчанию - false.