CitrixVirtualUserScript ReadText Method (Int32, Int32, Int32, Int32, )C# API
Use OCR to read some text from an area of the screen.

Namespace: Facilita.Fc.Citrix
Assembly: fcCitrix (in fcCitrix.dll) Version: 9.5.5.77
Syntax

public string ReadText(
	int x,
	int y,
	int width,
	int height,
	OCROptions ocrOptions
)

Parameters

x
Type: System Int32
The x coordinate of the top left corner of the rectangle to read
y
Type: System Int32
The y coordinate of the top left corner of the rectangle to read
width
Type: System Int32
The width of the rectangle to read
height
Type: System Int32
The height of the rectangle to read
ocrOptions
Type: OCROptions
The OCR options to use

Return Value

The text that has been read from the screen
See Also