Table of Contents

Constructor XmpLanguageAlternative

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

XmpLanguageAlternative(string, string)

Initializes a new instance of the XmpLanguageAlternative class.

public XmpLanguageAlternative(string language, string value)

Parameters

language string

The language code.

value string

The value.

Remarks

Language code specified by the language parameter is a string that conforms to RFC 1766 notation (see https://www.ietf.org/rfc/rfc1766.txt).

XMP requires the "x-default" language code to be supplied as the default.