ImageGear v26.3 - Updated
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
    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