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