ImageGear for .NET
ProjectRef Property




Gets or sets ProjectRef property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property ProjectRef As ImGearXMPProjectLink
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPProjectLink
 
instance.ProjectRef = value
 
value = instance.ProjectRef
public ImGearXMPProjectLink ProjectRef {get; set;}
public: __property ImGearXMPProjectLink* get_ProjectRef();
public: __property void set_ProjectRef( 
   ImGearXMPProjectLink* value
);
public:
property ImGearXMPProjectLink^ ProjectRef {
   ImGearXMPProjectLink^ get();
   void set (    ImGearXMPProjectLink^ value);
}

Property Value

ImGearXMPProjectLink class value.
Remarks
This XMP property specifies reference to the project that created this file.
See Also

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback