CARenderingStyle::NewLineAsCRLF

ADE User Guide > ADE Server Class Reference > CARenderingStyle

Other languages:
English • ‎中文

property bool NewLineAsCRLF

Specifies whether newline characters in text are converted to a CRLF sequence. Newline characters won’t print correctly when output to a console window, such as from CScript programs, unless this is set to true. But if you want to obtain exactly the characters present in a text value, set to false. The default is True.

Data type

Boolean

Access

read/write

Usage

obj.CAObject::RenderingStyle.NewLineAsCRLF = False

See Also

Comments


You are not allowed to post comments.