ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / RelatedSoundFile Property




In This Topic
RelatedSoundFile Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets RelatedSoundFile property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property RelatedSoundFile As ImGearXMPString
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPString
 
instance.RelatedSoundFile = value
 
value = instance.RelatedSoundFile

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property represents EXIF tag 40964 (0xA004) and specifies an '8.3' file name for the related sound file.
See Also