ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.MediaManagement Namespace / ImGearMediaManagementXMPMetadata Class / RenditionOf Property




In This Topic
RenditionOf Property
In This Topic
Gets or sets RenditionOf property of the Media Management XMP schema.
Syntax
'Declaration
 
Public Property RenditionOf As ImGearXMPResourceReference
 
'Usage
 
Dim instance As ImGearMediaManagementXMPMetadata
Dim value As ImGearXMPResourceReference
 
instance.RenditionOf = value
 
value = instance.RenditionOf

Property Value

ImGearXMPResourceReference class value.
Remarks
This property is deprecated in XMP specification in favor of xmpMM:DerivedFrom.A reference to the document of which this is a rendition.
See Also