| Visual Basic (Declaration) | |
|---|---|
Public Property OcrTextType As OcrTextType | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public OcrTextType OcrTextType {get; set;} | |
| C++/CLI | |
|---|---|
public: property OcrTextType OcrTextType { OcrTextType get(); void set (OcrTextType value); } | |
Return Value
The type of the text field.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code