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.2.411
Syntax
public bool BeginDocument(
	string title
)

Parameters

title
Type: SystemString
The title.

Return Value

Type: Boolean
True if successful, False otherwise.
See Also