Class ProjectLink
Class ProjectLink
Namespace: Aspose.Imaging.Xmp.Schemas.XmpDm
Assembly: Aspose.Imaging.dll (25.2.0)
Represents path of the project.
[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ProjectLink
Implements
Inherited Members
XmpTypeBase.GetXmpRepresentation(), XmpTypeBase.ToString(), XmpTypeBase.Clone(), object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
ProjectLink()
public ProjectLink()
Properties
Path
Gets or sets full path to the project.
[JsonProperty]
public string Path { get; set; }
Property Value
Type
Gets or sets file type.
[JsonProperty]
public ProjectType Type { get; set; }
Property Value
Methods
GetXmpRepresentation()
Returns string contained value in XMP format.
public override string GetXmpRepresentation()
Returns
Returns string containing xmp representation.
Exceptions
Not implemented