ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPMetadataRoot Class / ImGearXMPMetadataRoot Constructor




In This Topic
    ImGearXMPMetadataRoot Constructor
    In This Topic
    Initializes a new instance of the ImGearXMPMetadataRoot class.
    Syntax
    'Declaration
     
    Public Function New()
    'Usage
     
    Dim instance As New ImGearXMPMetadataRoot()
    public ImGearXMPMetadataRoot()
    public: ImGearXMPMetadataRoot();
    public:
    ImGearXMPMetadataRoot();

    Return Value

    New instance of theImGearXMPMetadataRoot class object.
    See Also