Click or drag to resize

PdfLanguageLanguage Property

Gets or sets a text string that specifies a language and possibly a locale. For example, es-MX represents Mexican Spanish.

Namespace: Patagames.Pdf.Net.Wrappers.OptionalContent
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string Language { get; set; }

Property Value

String
Required.
Exceptions
ExceptionCondition
ArgumentNullExceptionThe property is set and the value is null.
See Also