ImageGear .NET - Updated November 28, 2017
Settings Property (ImGearXMPDeviceSettings)




ImageGear23.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.EXIF Namespace > ImGearXMPDeviceSettings Class : Settings Property
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

Property Value

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

Reference

ImGearXMPDeviceSettings Class
ImGearXMPDeviceSettings Members