Skip to main content

CustomHyphenationDictionary(Stream, CultureInfo) Constructor

Initializes a new CustomHyphenationDictionary instance with the specified settings.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public CustomHyphenationDictionary(
    Stream stream,
    CultureInfo cultureInfo
)

Parameters

Name Type Description
stream Stream

A stream used to load the dictionary.

cultureInfo CultureInfo

The dictionary’s culture information.

See Also