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
object ← XmpTypeBase ← ComplexTypeBase ← Version
Implements
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
ModifiedDate
Gets or sets the modified date.
[JsonProperty]
public DateTime ModifiedDate { get; set; }
Property Value
Modifier
Gets or sets the modifier.
[JsonProperty]
public string Modifier { get; set; }
Property Value
VersionEvent
Gets or sets the Aspose.Imaging.Xmp.Types.Complex.ResourceEvent.ResourceEvent.
[JsonProperty]
public ResourceEvent VersionEvent { get; set; }
Property Value
VersionText
Gets or sets the version text.
[JsonProperty]
public string VersionText { get; set; }
Property Value
Methods
GetXmpRepresentation()
Gets the string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
Returns the string contained value in XMP format.