XmpAgentName Class
Contents
[
Hide
]Summary: Represents Agent name, Software organization etc.
Module: aspose.imaging.xmp.types.derived
Full Name: aspose.imaging.xmp.types.derived.XmpAgentName
Inheritance: IXmpType, XmpText
Constructors
| Name | Description |
|---|---|
| XmpAgentName(value) | Initializes a new instance of the XmpAgentName class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| value | string | r/w | Gets or sets the text value. |
Methods
| Name | Description |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: XmpAgentName(value)
XmpAgentName(value)
Initializes a new instance of the XmpAgentName class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | string | The value. |
Method: clone()
clone()
Clones this instance.
Returns
| Type | Description |
|---|---|
| System.Object | A memberwise clone. |
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. |