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




In This Topic
Shotlocation Property
In This Topic
Gets or sets ShotLocation property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property Shotlocation As ImGearXMPString
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPString
 
instance.Shotlocation = value
 
value = instance.Shotlocation

Property Value

ImageGear.Formats.XMP.ImGearXMPString class value.
Remarks
This XMP property specifies name of the location where the video was shot. For example: 'Oktoberfest, Munich Germany'. For more accurate positioning, use the EXIF GPS values.
See Also