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




ImGearXMPEnum<T> Class
Represents an enumeration (closed choice of integer) XMP metadata property.
Object Model
ImGearXMPEnum<T> Class
Syntax
'Declaration
 
Public Class ImGearXMPEnum(Of T As {New, IComparable, IFormattable, IConvertible, Struct}) 
   Inherits ImGearXMPValue
 
'Usage
 
Dim instance As ImGearXMPEnum(Of T)
Type Parameters
T
Struct type.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.XMP.ImGearXMPValue
      ImageGear.Formats.XMP.ImGearXMPEnum<T>

See Also