XmpLanguageAlternative Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > XmpLanguageAlternative Class
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.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.XmpValue
    BitMiracle.Docotic.Pdf.XmpLanguageAlternative

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

Syntax

C#
public class XmpLanguageAlternative : XmpValue
VB
Public Class XmpLanguageAlternative
	Inherits XmpValue

The XmpLanguageAlternative type exposes the following members.

Constructors

  NameDescription
Public methodXmpLanguageAlternative
Initializes a new instance of the XmpLanguageAlternative class.

Properties

  NameDescription
Public propertyLanguage
Gets or sets the language code of this XmpLanguageAlternative.
Public propertyValue
Gets or sets the value of this XmpLanguageAlternative.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Overrides Object.ToString().)

See Also