ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.EXIF Namespace / ImGearEXIFXMPMetadata Class / ComponentsConfiguration Property




In This Topic
ComponentsConfiguration Property (ImGearEXIFXMPMetadata)
In This Topic
Gets or sets ComponentsConfiguration property of the EXIF XMP schema.
Syntax
'Declaration
 
Public Property ComponentsConfiguration As ImGearXMPSeq(Of ImGearXMPInteger)
 
'Usage
 
Dim instance As ImGearEXIFXMPMetadata
Dim value As ImGearXMPSeq(Of ImGearXMPInteger)
 
instance.ComponentsConfiguration = value
 
value = instance.ComponentsConfiguration

Property Value

ImageGear.Formats.XMP.ImGearXMPSeq<T> generic class value with ImageGear.Formats.XMP.ImGearXMPInteger type parameter.
Remarks
This XMP property represents EXIF tag 37121 (0x9101) and specifies configuration of components in data.
See Also