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




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

    Return Value

    New instance of ImGearXMPLangAlt class object.
    Remarks
    This constructor creates an empty instance of ImGearXMPLangAlt class. Use properties of the class to add language alternatives to the new object.
    See Also