Class ResourceRef

Class ResourceRef

名称: Aspose.Imaging.Xmp.Types.Complex.ResourceRef 收藏: Aspose.Imaging.dll (25.4.0)

用来指示以前的版本、发行原件、衍生文件原件等。

[JsonObject(MemberSerialization.OptIn)]
public sealed class ResourceRef : ComplexTypeBase, IXmpType, ICloneable

Inheritance

object XmpTypeBase ComplexTypeBase ResourceRef

Implements

IXmpType , ICloneable

继承人

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

ResourceRef()

[JsonConstructor]
public ResourceRef()

Properties

AlternatePaths

接收或设置替代路径的序列。

public string[] AlternatePaths { get; set; }

财产价值

string ( )

DocumentUri

接收或设置 URI 文件。

public string DocumentUri { get; set; }

财产价值

string

FilePathUri

接收或设置文件路径 URI。

public string FilePathUri { get; set; }

财产价值

string

InstanceId

接收或设置案例识别器。

public string InstanceId { get; set; }

财产价值

string

 中文