In This Article

ExperimentalFeatures Class

Specifies transient experimental features that can be enabled.

public static class ExperimentalFeatures
Inheritance:
object object

Remarks

Properties on this static class may be added/changed/removed over time. Set the property values appropriately prior to using other types in this product.

Properties

AllLineTerminatorsPreserved

Indicates whether to preserve all line terminators when text is inserted into documents.

public static bool AllLineTerminatorsPreserved { get; set; }

Property Value

bool:

true if this feature should be enabled; otherwise, false. The default value is true.

Remarks

In versions prior to v26.1, line terminators were always normalized to single LF characters. Starting in v26.1, this feature allows sequences like CRLF and other single character line terminator options in the LineTerminator enumeration to be preserved in the document text.

Inherited Members