Click or drag to resize

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.

Namespace: OpenDiscoverSDK.Interfaces.Settings
Assembly: OpenDiscoverSDK.Interfaces (in OpenDiscoverSDK.Interfaces.dll) Version: 2025.4.4.0 (2025.4.4)
Syntax
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