ResourceRef Class
Contents
[
Hide
]Summary: Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
Module: aspose.psd.xmp.types.complex.resourceref
Full Name: aspose.psd.xmp.types.complex.resourceref.ResourceRef
Inheritance: IXmpType, ComplexTypeBase
Aspose.PSD Version: 24.12.0
Constructors
| Name | Description |
|---|---|
| ResourceRef() | Initializes a new instance of the ResourceRef class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| alternate_paths | string | r/w | Gets or sets the array of alternate path. |
| document_uri | string | r/w | Gets or sets the document URI. |
| file_path_uri | string | r/w | Gets or sets the file path URI. |
| instance_id | string | r/w | Gets or sets the instance identifier. |
| namespace_uri | string | r | Gets the default namespace URI. |
| prefix | string | r | Gets the prefix. |
Methods
| Name | Description |
|---|---|
| get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: ResourceRef()
ResourceRef()
Initializes a new instance of the ResourceRef class
Method: get_xmp_representation()
get_xmp_representation()
Gets the string contained value in XMP format.
Returns
| Type | Description |
|---|---|
| string | Returns the string contained value in XMP format. |