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
상속 회원들
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; }
부동산 가치
Type
파일 형식을 얻거나 설정합니다.
[JsonProperty]
public ProjectType Type { get; set; }
부동산 가치
Methods
GetXmpRepresentation()
XMP 형식으로 포함된 값을 반환합니다.
public override string GetXmpRepresentation()
Returns
xmp 프레젠테이션을 포함하는 스트립을 반환합니다.
Exceptions
실행되지 않음