XmpLanguageAlternative Constructor

Initializes a new instance of the XmpLanguageAlternative class.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public XmpLanguageAlternative(
	string language,
	string value
)
VB
Public Sub New ( 
	language As String,
	value As String
)

Parameters

language
Type: System.String
The language code.
value
Type: System.String
The value.

Remarks

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

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

See Also