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; }
Public Property LineTerminator As String
Get
Set
Property Value
Type:
StringRemarks
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