'Declaration <CategoryAttribute("OCR")> <DescriptionAttribute("The language for text recognition.")> Public Property Language As Vintasoft.Imaging.Ocr.OcrLanguage
[Category("OCR")] [Description("The language for text recognition.")] public Vintasoft.Imaging.Ocr.OcrLanguage Language { get; set; }
[Category("OCR")] [Description("The language for text recognition.")] public: __property Vintasoft.Imaging.Ocr.OcrLanguage get_Language(); public: __property void set_Language(
Vintasoft.Imaging.Ocr.OcrLanguage value
);
[Category("OCR")] [Description("The language for text recognition.")] public:
property Vintasoft.Imaging.Ocr.OcrLanguage Language { Vintasoft.Imaging.Ocr.OcrLanguage get(); void set(Vintasoft.Imaging.Ocr.OcrLanguage value); }
Property Value
Default value is Vintasoft.Imaging.Ocr.OcrLanguage.English.