ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPString Class / ImGearXMPString Constructor / ImGearXMPString Constructor()




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

    Return Value

    New instance of the ImGearXMPString class object.
    Remarks
    This constructor creates an instance of ImGearXMPString class and initializes it with a default value.
    See Also