ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.TIF Namespace / ImGearTIFFMetadata Class / ImGearTIFFMetadata Constructor




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

    Return Value

    The new instance of ImGearTIFFMetadata class.
    Remarks
    This constructor creates and initializes an instance of ImGearTIFFMetadata class.
    See Also