XMPProperty
Overview
XMPProperty is a type in Aspose.PDF FOSS for Go.
XMPProperty is a single simple (string-valued) XMP property in an arbitrary namespace.
Properties: Name, Namespace, Prefix, Value.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Namespace | string | Read/Write | Gets the namespace. |
Prefix | string | Read/Write | Gets the prefix. |
Name | string | Read/Write | Gets the name. |
Value | string | Read/Write | Gets the value. |