ImageGear .NET - Updated
ImGearXMPAlt<T> Class
Members 




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace : ImGearXMPAlt<T> Class
ImGearXMPValue type.
Represents an array of XMP properties.
Object Model
ImGearXMPAlt<T> Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearXMPAlt(Of T As {New, ImGearXMPValue}) 
   Inherits ImGearXMPArray(Of T)
'Usage
 
Dim instance As ImGearXMPAlt(Of T)
public sealed class ImGearXMPAlt<T> : ImGearXMPArray<T> 
where T: new(), ImGearXMPValue
public __gc __sealed class ImGearXMPAlt<T> : public ImGearXMPArray<T> 
where T: gcnew(), ImGearXMPValue
generic<typename T>
public ref class ImGearXMPAlt sealed : public ImGearXMPArray<T> 
where T: gcnew(), ImGearXMPValue
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

Reference

ImGearXMPAlt<T> Members
ImageGear.Formats.XMP Namespace