ImageGear .NET - Updated
DeviceSettingDescription Property (ImGearEXIFXMPMetadata)




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

Property Value

ImGearXMPDeviceSettings class value.
Remarks
This XMP property represents EXIF tag 41995 (0xA40B) and indicates information on the picture-taking conditions of a particular camera model.
See Also

Reference

ImGearEXIFXMPMetadata Class
ImGearEXIFXMPMetadata Members