ImageGear .NET
RenditionOf Property




Gets or sets RenditionOf property of the Media Management XMP schema.
Syntax
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);
}
'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

Reference

ImGearMediaManagementXMPMetadata Class
ImGearMediaManagementXMPMetadata Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback