 | 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
Syntaxpublic bool BeginDocument(
string title
)
Public Function BeginDocument (
title As String
) As Boolean
public:
bool BeginDocument(
String^ title
)
member BeginDocument :
title : string -> bool
public boolean BeginDocument(
String title
)
function BeginDocument(title);
Parameters
- title
- Type: SystemString
The title.
Return Value
Type:
BooleanTrue if successful, False otherwise.
See Also