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




In This Topic
Type Property (ImGearXMPProjectLink)
In This Topic
Gets or sets the file type. Allowed values are: "movie", "still", "audio", "custom".
Syntax
'Declaration
 
Public Property Type As ImGearXMPString
 
'Usage
 
Dim instance As ImGearXMPProjectLink
Dim value As ImGearXMPString
 
instance.Type = value
 
value = instance.Type

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
See Also