OcrPage.GetTextString Method |
Returns textual information from the page.
Namespace:
Atalasoft.Ocr
Assembly:
Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.2, x86)
Syntax public string GetTextString(
bool removeLineBreaks
)
Public Function GetTextString (
removeLineBreaks As Boolean
) As String
Parameters
- removeLineBreaks
- Type: System.Boolean
Specifies whether to remove line breaks (replace them with space character) or preserve them.
Return Value
Type:
StringTextual representation of the page.
See Also