 | OcrApiGetBoolVariable Method |
Get the value of an internal "parameter."
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic bool GetBoolVariable(
string name
)
Public Function GetBoolVariable (
name As String
) As Boolean
public:
bool GetBoolVariable(
String^ name
)
member GetBoolVariable :
name : string -> bool public boolean GetBoolVariable(
String name
)
function GetBoolVariable(name);
Parameters
- name String
- The name of the parameter.
Return Value
BooleanThe value of the parameter if it was found among Tesseract parameters. Throw
VariableNotFoundException otherwise.
Remarks
See Also