ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / ProjectRef Property




In This Topic
ProjectRef Property
In This Topic
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

Property Value

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