ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP Namespace / ImGearXMPBoolean Class / ImGearXMPBoolean Constructor / ImGearXMPBoolean Constructor(Boolean)
Boolean value.




In This Topic
ImGearXMPBoolean Constructor(Boolean)
In This Topic
Initializes a new instance of the ImGearXMPBoolean class with a bool value.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Boolean _
)
 
'Usage
 
Dim value As Boolean
 
Dim instance As New ImGearXMPBoolean(value)

Parameters

value
Boolean value.

Return Value

New instance of ImGearXMPBoolean class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPBoolean class by using a bool value.
See Also