Table of Contents

Class AllLanguages

Namespace
NetPdf.Languages.All
Assembly
NetPdf.Languages.All.dll

Convenience aggregator for every NetPdf.Languages.* pack. Install the NetPdf.Languages.All meta-package (which depends on the European, CJK, Arabic, and Indic packs) and call Register() once at startup to register all of them with NetPdf's HyphenationRegistry in one call — that explicit call is the documented path. A [ModuleInitializer] also drives it as a best-effort convenience, but only once this assembly is actually loaded (a package reference alone does not guarantee that), so prefer the explicit call.

public static class AllLanguages
Inheritance
AllLanguages
Inherited Members

Methods

Register()

Idempotent — registers every bundled language pack (European, CJK, Arabic, Indic). Each pack's own Register is itself idempotent, so this is safe to call alongside them.

public static void Register()