ImageGear for .NET
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

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback