ImageGear for .NET
ExposureTime Property (ImGearEXIFXMPMetadata)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback