Class ProjectLink

Class ProjectLink

Nom dels espais: Aspose.Imaging.Xmp.Schemas.XmpDm Assemblea: Aspose.Imaging.dll (25.4.0)

representa el camí del projecte.

[JsonObject(MemberSerialization.OptIn)]
public sealed class ProjectLink : XmpTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

Membres heretats

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

Obtenir o posar el camí complet al projecte.

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

Valor de la propietat

string

Type

Obtenir o configurar el tipus de fitxer.

[JsonProperty]
public ProjectType Type { get; set; }

Valor de la propietat

ProjectType

Methods

GetXmpRepresentation()

Retorna el valor contingut en el format XMP.

public override string GetXmpRepresentation()

Returns

string

Retorna la fila que conté la representació xmp.

Exceptions

NotImplementedException

No implementat

 Català