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




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

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 33434 (0x829A) and specifies exposure time in seconds.
See Also