ImageGear .NET - Updated
RenditionOf Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.MediaManagement Namespace > ImGearMediaManagementXMPMetadata Class : RenditionOf Property
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
public ImGearXMPResourceReference RenditionOf {get; set;}
public: __property ImGearXMPResourceReference* get_RenditionOf();
public: __property void set_RenditionOf( 
   ImGearXMPResourceReference* value
);
public:
property ImGearXMPResourceReference^ RenditionOf {
   ImGearXMPResourceReference^ get();
   void set (    ImGearXMPResourceReference^ value);
}

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

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members