Click or drag to resize

TextTranslatorLineTerminator Property

Property that allows for the getting and setting of the line terminator.
Gets or sets a string value used for line termination.

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string LineTerminator { get; set; }

Property Value

Type: String
Remarks
The line terminator is used when printing a new line in the text document. Example values are \n \r and \r\n
Remarks
Default value is /r/n
See Also