XmpLangAlt
Leave feedback
On this page
Represents XMP Language Alternative.
An alternative array of simple text items. Language alternatives facilitate the selection of a simple text item based on a desired language. Each array item shall have an xml:lang qualifier. Each xml:lang value shall be unique among the items.
public sealed class XmpLangAlt : XmpArray
| Name | Description |
|---|---|
| XmpLangAlt(IDictionary<string, string>) | Initializes a new instance of the XmpLangAlt class. |
| XmpLangAlt(string) | Initializes a new instance of the XmpLangAlt class. |
| Name | Description |
|---|---|
| ArrayType { get; } | Gets the type of the XMP array. |
| Item { get; } | Gets the value associated with the specified language. |
| Languages { get; } | Gets an array of all languages registered in the instance of XmpLangAlt. |
| RawValue { get; } | Gets the raw value. |
| Type { get; } | Gets the MetadataPropertyType. |
| Name | Description |
|---|---|
| AcceptValue(ValueAcceptor) | Extracts the property value using a custom ValueAcceptor. |
| Contains(string) | Determines whether the XmpLangAlt contains the specified language. |
| override GetXmpRepresentation() | Converts XMP value to the xml representation. |
| ToArray<TElement>() | Converts the property value to an array of the specified type. |
| ToClass<T>() | Converts the property value to a reference type. |
| ToPlatformArray<T>() | Converts the XmpArray to a platform-specific array. |
| override ToString() | Returns a string that represents the property value. |
| ToStruct<T>() | Converts the property value to a value type. |
| ToStruct<T>(T) | Converts the property value to a value type. |
- class XmpArray
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.