This commit is contained in:
Peter Rekdal Sunde
2015-10-07 12:19:48 +02:00
parent 35da749318
commit 5178a6fe76

View File

@@ -384,6 +384,17 @@ namespace openalprnet
} }
} }
property bool MustMatchPattern {
bool get()
{
return this->m_config->mustMatchPattern;
}
void set(bool value)
{
this->m_config->mustMatchPattern = value;
}
}
property String^ OcrLanguage { property String^ OcrLanguage {
String^ get() String^ get()
{ {