 | OcrResultRendererBeginDocument Method |
Starts a new document with the given title. This clears the contents of the output data.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.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 String
- The title.
Return Value
BooleanTrue if successful, False otherwise.
See Also