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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 37377 (0x9201) and specifies Shutter speed, unit is APEX. See Annex C of the EXIF specification.
See Also