ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPAlt<T> Class
ImGearXMPValue type.
Members




ImGearXMPAlt<T> Class
Represents an array of XMP properties.
Object Model
ImGearXMPAlt<T> Class
Syntax
'Declaration
 
<DefaultMemberAttribute("Item")>
Public NotInheritable Class ImGearXMPAlt(Of T As {New, ImGearXMPValue}) 
   Inherits ImGearXMPArray(Of T)
 
'Usage
 
Dim instance As ImGearXMPAlt(Of T)
Type Parameters
T
ImGearXMPValue type.
Remarks
This class represents an array of XMP properties, one of which should be chosen by the application or by the user. First item in the array is considered to be the default one.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.XMP.ImGearXMPArray<T>
      ImageGear.Formats.XMP.ImGearXMPAlt<T>

See Also