ImageGear for .NET
Settings Property (ImGearXMPDeviceSettings)




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

Reference

ImGearXMPDeviceSettings Class
ImGearXMPDeviceSettings Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback