ContentExtractionSettingsUseLargeDocumentUTF16Encoding Property

Determines if UTF-16 or UTF-8 encoding is used when writing the 'large' (see LargeDocumentCritera) unknown/unsupported format binary-to-text extracted text or to re-encode a 'large' encoded text file to the provided Stream.

Definition

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2026.2.6.0 (2026.02.06)
C#
[DataMemberAttribute]
public virtual bool UseLargeDocumentUTF16Encoding { get; set; }

Property Value

Boolean

Remarks

This property allows the option to set the outputted text file encoding in either UTF-16 (true, the default value) or UTF-8 (property value of false). See LargeDocumentCritera for more information.

See Also