Gets or sets default EOL Code of this document.
Namespace: Sgry.AzukiAssembly: 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
Exception | Condition |
---|---|
System..::..InvalidOperationException | Specified EOL code is not supported. |