Class XmpLanguageAlternative
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Class for an XMP language alternative. An XMP language alternative is a simple text value with associated language identifier. XMP language alternative is one of the data types allowed for items stored in an XmpArray with XmpArrayType.Alternative type.
public class XmpLanguageAlternative : XmpValue
- Inheritance
-
XmpLanguageAlternative
- Inherited Members
Remarks
The Docotic.Pdf Library Documentation page contains links to articles, guides, and sample code.
Constructors
- XmpLanguageAlternative(string, string)
Initializes a new instance of the XmpLanguageAlternative class.
Properties
- Language
Gets or sets the language code of this XmpLanguageAlternative.
- Value
Gets or sets the value of this XmpLanguageAlternative.
Methods
- ToString()
Returns a string that represents this XmpLanguageAlternative instance.