Version Class
Contents
[
Hide
]Summary: Describes one version of a document.
Module: aspose.imaging.xmp.types.complex.version
Full Name: aspose.imaging.xmp.types.complex.version.Version
Inheritance: IXmpType, ComplexTypeBase
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 | System.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 |
|---|---|
| clone() | Clones this instance. |
| get_xmp_representation() | Gets the string contained value in XMP format. |
Constructor: Version()
Version()
Initializes a new instance of the Version class.
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. |