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




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

    Return Value

    New instance of ImGearTIFFXMPMetadata class object.
    See Also