ImageGear .NET - Updated October 2, 2018
ExposureTime Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ExposureTime Property
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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members