Skip to main content

CustomHyphenationDictionary(String) 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(
    string patternFileName
)

Parameters

Name Type Description
patternFileName String

A name of the file with hyphenation patterns.

Remarks

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

See Also