ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / DeviceSettingDescription Property




In This Topic
DeviceSettingDescription Property (ImGearEXIFXMPMetadata)
In This Topic
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

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