Click or drag to resize

OcrResultRendererBeginDocument Method

Starts a new document with the given title. This clears the contents of the output data.

Namespace: Patagames.Ocr
Assembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntax
public bool BeginDocument(
	string title
)

Parameters

title  String
The title.

Return Value

Boolean
True if successful, False otherwise.
See Also