Class ResourceRef
Class ResourceRef
Namespace: Aspose.Imaging.Xmp.Types.Complex.ResourceRef
Assembly: Aspose.Imaging.dll (25.4.0)
Used to indicate prior versions, originals of renditions, originals for derived documents, and so on.
[JsonObject(MemberSerialization.OptIn)]
public sealed class ResourceRef : ComplexTypeBase, IXmpType, ICloneable
Inheritance
object ← XmpTypeBase ← ComplexTypeBase ← ResourceRef
Implements
Inherited Members
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
Gets or sets the array of alternate path.
public string[] AlternatePaths { get; set; }
Property Value
string []
DocumentUri
Gets or sets the document URI.
public string DocumentUri { get; set; }
Property Value
FilePathUri
Gets or sets the file path URI.
public string FilePathUri { get; set; }
Property Value
InstanceId
Gets or sets the instance identifier.
public string InstanceId { get; set; }