Version Class
Contents
[
Hide
]Summary: Describes one version of a document.
Module: aspose.psd.xmp.types.complex.version
Full Name: aspose.psd.xmp.types.complex.version.Version
Inheritance: IXmpType, ComplexTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
Version() | Initializes a new instance of the Version class |
Properties
Name | Type | Access | Description |
---|---|---|---|
comments | string | r/w | Gets or sets the comments. |
modified_date | datetime | r/w | Gets or sets the modified date. |
modifier | string | r/w | Gets or sets the modifier. |
namespace_uri | string | r | Gets the default namespace URI. |
prefix | string | r | Gets the prefix. |
version_event | ResourceEvent | r/w | Gets or sets the ResourceEvent. |
version_text | string | r/w | Gets or sets the version text. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: Version()
Version()
Initializes a new instance of the Version 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. |