Class Version

Class Version

Namespace: Aspose.Imaging.Xmp.Types.Complex.Version
Assembly: Aspose.Imaging.dll (25.2.0)

Describes one version of a document.

[JsonObject(MemberSerialization.OptIn)]
public sealed class Version : ComplexTypeBase, IXmpType, ICloneable

Inheritance

objectXmpTypeBaseComplexTypeBaseVersion

Implements

IXmpType, ICloneable

Inherited Members

ComplexTypeBase.GetXmpRepresentation(), ComplexTypeBase.Prefix, ComplexTypeBase.NamespaceUri, XmpTypeBase.GetXmpRepresentation(), XmpTypeBase.ToString(), XmpTypeBase.Clone(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Version()

[JsonConstructor]
public Version()

Properties

Comments

Gets or sets the comments.

[JsonProperty]
public string Comments { get; set; }

Property Value

string

ModifiedDate

Gets or sets the modified date.

[JsonProperty]
public DateTime ModifiedDate { get; set; }

Property Value

DateTime

Modifier

Gets or sets the modifier.

[JsonProperty]
public string Modifier { get; set; }

Property Value

string

VersionEvent

Gets or sets the Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.ResourceEvent.

[JsonProperty]
public ResourceEvent VersionEvent { get; set; }

Property Value

ResourceEvent

VersionText

Gets or sets the version text.

[JsonProperty]
public string VersionText { get; set; }

Property Value

string

Methods

GetXmpRepresentation()

Gets the string contained value in XMP format.

public override string GetXmpRepresentation()

Returns

string

Returns the string contained value in XMP format.