Gets or sets default EOL Code of this document.

Namespace: Sgry.Azuki
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public string EolCode { get; set; }
Visual Basic
Public Property EolCode As String
	Get
	Set

Property Value

Type: String

Remarks

This value will be used when an Enter key was pressed, but setting this property itself does nothing to the content.

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionSpecified EOL code is not supported.

See Also