ImageGear v26.3 - Updated
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
    public ImGearXMPSeq<ImGearXMPInteger> ComponentsConfiguration {get; set;}
    public: __property ImGearXMPSeq<ImGearXMPInteger*>* get_ComponentsConfiguration();
    public: __property void set_ComponentsConfiguration( 
       ImGearXMPSeq<ImGearXMPInteger*>* value
    );
    public:
    property ImGearXMPSeq<ImGearXMPInteger^>^ ComponentsConfiguration {
       ImGearXMPSeq<ImGearXMPInteger^>^ get();
       void set (    ImGearXMPSeq<ImGearXMPInteger^>^ value);
    }

    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