Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomHyphenationDictionary(Stream) Constructor

Initializes a new CustomHyphenationDictionary instance with the specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public CustomHyphenationDictionary(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream used to load the dictionary.

Remarks

A CustomHyphenationDictionary uses the machine’s current culture info. Pass the CultureInfo object to the constructor to use specific culture information.

See Also