ImageGear v26.5 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearXMPDeviceSettings Class / Settings Property




In This Topic
    Settings Property
    In This Topic
    Gets or sets camera settings, in order.
    Syntax
    'Declaration
     
    Public Property Settings As ImGearXMPSeq(Of ImGearXMPString)
    'Usage
     
    Dim instance As ImGearXMPDeviceSettings
    Dim value As ImGearXMPSeq(Of ImGearXMPString)
     
    instance.Settings = value
     
    value = instance.Settings
    public ImGearXMPSeq<ImGearXMPString> Settings {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPString*>* get_Settings();
    public: __property void set_Settings( 
       ImGearXMPSeq<ImGearXMPString*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPString^>^ Settings {
       ImGearXMPSeq<ImGearXMPString^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPString^>^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPString type parameter.
    See Also