ResourceEvent Class
Contents
[
Hide
]Summary: Containing dimensions for a drawn object.
Module: aspose.psd.xmp.types.complex.resourceevent
Full Name: aspose.psd.xmp.types.complex.resourceevent.ResourceEvent
Inheritance: IXmpType, ComplexTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
ResourceEvent() | Initializes a new instance of the ResourceEvent class |
Properties
Name | Type | Access | Description |
---|---|---|---|
action | string | r/w | Gets or sets action. |
action_date | datetime | r/w | Gets or sets the action date. |
changed | string | r/w | Gets or sets the semicolon-delimited list of the parts of the resource that were changed since the previous event history. |
instance_id | Guid | r/w | Gets or sets value of the xmpMM:InstanceId. |
namespace_uri | string | r | Gets the default namespace URI. |
parameters | string | r/w | Gets or sets the additional description of the action. |
prefix | string | r | Gets the prefix. |
sofware_agent_name | string | r/w | Gets or sets the software agent name. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: ResourceEvent()
ResourceEvent()
Initializes a new instance of the ResourceEvent 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. |