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




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

    Return Value

    New instance of ImGearXMPBoolean class object.
    Remarks
    This constructor creates an instance of ImGearXMPBoolean class and initializes it with a default value (false).
    See Also