Link Search Menu Expand Document

BaseRecognizerLoadDocument Method (ScreenshotMaker)

Load screenshot from the main display. Use SetScreenshotArea(Int32, Int32, Int32, Int32) to set a portion of the screen to take screenshot from.

Namespace:ByteScout.TextRecognition
Assembly: ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.0.314-master
Syntax
public void LoadDocument(
	ScreenshotMaker screenshotMaker
)

Parameters

screenshotMaker
Type: ByteScout.TextRecognitionScreenshotMaker
Instance of ScreenshotMaker to get screenshot from.
See Also

Reference