AwTextAdjust.NewLineChar Property

Newline character.

[Visual Basic]
Public Property NewLineChar As NewLineCharType
[C#]
public NewLineCharType NewLineChar {get; set;}

Property Value

NewLineCharType value. Default value is CRLF.

Example

How to set the newline character as LF.

ta.NewLineChar = NewLineCharType.LF
ta.NewLineChar = NewLineCharType.LF;

See Also

AwTextAdjust Class | Asterworld.Text Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.