From
Leave feedback
On this page
Creates an XmpArray instance form an array of XmpComplexType.
public static XmpArray From<T>(T[] array, XmpArrayType type)
where T : XmpComplexType
| Parameter | Description |
|---|---|
| T | The element type of the source array. |
| array | The array to create an XmpArray from. |
| type | The type of the XmpArray. |
An XmpArray containing all the elements from the original array.
- enum XmpArrayType
- class XmpComplexType
- class XmpArray
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
Creates an XmpArray instance form a string array.
public static XmpArray From(string[] array, XmpArrayType type)
| Parameter | Type | Description |
|---|---|---|
| array | String[] | The array to create an XmpArray from. |
| type | XmpArrayType | The type of the XmpArray. |
An XmpArray containing all the elements from the original array.
- enum XmpArrayType
- class XmpArray
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
Creates an XmpArray instance form an integer array.
public static XmpArray From(int[] array, XmpArrayType type)
| Parameter | Type | Description |
|---|---|---|
| array | Int32[] | The array to create an XmpArray from. |
| type | XmpArrayType | The type of the XmpArray. |
An XmpArray containing all the elements from the original array.
- enum XmpArrayType
- class XmpArray
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
Creates an XmpArray instance form a date array.
public static XmpArray From(DateTime[] array, XmpArrayType type)
| Parameter | Type | Description |
|---|---|---|
| array | DateTime[] | The array to create an XmpArray from. |
| type | XmpArrayType | The type of the XmpArray. |
An XmpArray containing all the elements from the original array.
- enum XmpArrayType
- class XmpArray
- namespace GroupDocs.Metadata.Standards.Xmp
- assembly GroupDocs.Metadata
Creates an XmpArray instance form a double array.
public static XmpArray From(double[] array, XmpArrayType type)
| Parameter | Type | Description |
|---|---|---|
| array | Double[] | The array to create an XmpArray from. |
| type | XmpArrayType | The type of the XmpArray. |
An XmpArray containing all the elements from the original array.
- enum XmpArrayType
- 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.