XmpAgentName
Inheritance: java.lang.Object, com.aspose.imaging.xmp.types.XmpTypeBase, com.aspose.imaging.xmp.types.basic.XmpText
public final class XmpAgentName extends XmpText
Represents Agent name, Software organization etc.
Constructors
Constructor | Description |
---|---|
XmpAgentName(String value) | Initializes a new instance of the XmpAgentName class. |
XmpAgentName(String value)
public XmpAgentName(String value)
Initializes a new instance of the XmpAgentName
class.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | The value. |