ImageGear v26.0 - Updated
RelatedSoundFile Property (ImGearEXIFXMPMetadata)




ImageGear.Core Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : RelatedSoundFile Property
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
public ImGearXMPString RelatedSoundFile {get; set;}
public: __property ImGearXMPString* get_RelatedSoundFile();
public: __property void set_RelatedSoundFile( 
   ImGearXMPString* value
);
public:
property ImGearXMPString^ RelatedSoundFile {
   ImGearXMPString^ get();
   void set (    ImGearXMPString^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.