BaseRecognizerLoadDocument Method (ScreenshotMaker)ByteScout Text Recognition SDK
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.1.323-master
Syntax

public void LoadDocument(
	ScreenshotMaker screenshotMaker
)

Parameters

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

Reference