ImageGear .NET - Updated
ShutterSpeedValue Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ShutterSpeedValue Property
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
public ImGearXMPRational ShutterSpeedValue {get; set;}
public: __property ImGearXMPRational* get_ShutterSpeedValue();
public: __property void set_ShutterSpeedValue( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ ShutterSpeedValue {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

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

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members