Class ProjectLink

Class ProjectLink

名称: Aspose.Imaging.Xmp.Schemas.XmpDm 收藏: Aspose.Imaging.dll (25.4.0)

代表项目的路径。

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

Inheritance

object XmpTypeBase ProjectLink

Implements

IXmpType , ICloneable

继承人

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

得到或设置完整的路径到项目。

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

财产价值

string

Type

接收或设置文件类型。

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

财产价值

ProjectType

Methods

GetXmpRepresentation()

返回在 XMP 格式中包含的序列值。

public override string GetXmpRepresentation()

Returns

string

返回包含 xmp 代表性的字符串。

Exceptions

NotImplementedException

未实施

 中文