Click or drag to resize

MergeSettingsRemoveTrailingWhitespace Property

Optional. Specifies whether trailing whitespace should be removed before saving a document. The default value is true.

Namespace:  TXTextControl.ReportingCloud
Assembly:  ReportingCloudWrapper (in ReportingCloudWrapper.dll) Version: 1.0.204.500 (1.0.204.500)
Syntax
C#
public Nullable<bool> RemoveTrailingWhitespace { get; set; }

Property Value

Type: NullableBoolean
See Also