ImageGear for .NET
DeviceSettingDescription Property (ImGearEXIFXMPMetadata)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback