ImageGear v26.0 - Updated
ExposureTime Property (ImGearEXIFXMPMetadata)




ImageGear.Core 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
public ImGearXMPRational ExposureTime {get; set;}
public: __property ImGearXMPRational* get_ExposureTime();
public: __property void set_ExposureTime( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ ExposureTime {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

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

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