ImageGear .NET - Updated
ExposureIndex Property (ImGearEXIFXMPMetadata)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearEXIFXMPMetadata Class : ExposureIndex Property
Gets or sets ExposureIndex property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ExposureIndex As ImGearXMPRational
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPRational
 
instance.ExposureIndex = value
 
value = instance.ExposureIndex
public ImGearXMPRational ExposureIndex {get; set;}
public: __property ImGearXMPRational* get_ExposureIndex();
public: __property void set_ExposureIndex( 
   ImGearXMPRational* value
);
public:
property ImGearXMPRational^ ExposureIndex {
   ImGearXMPRational^ get();
   void set (    ImGearXMPRational^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPRational class value.
Remarks
This XMP property represents EXIF tag 41493 (0xA215) and specifies exposure index of input device.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members