ImageGear .NET - Updated December 24, 2018
ImGearXMPBoolean Constructor(Boolean)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPBoolean Class > ImGearXMPBoolean Constructor : ImGearXMPBoolean Constructor(Boolean)
Boolean value.
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

Reference

ImGearXMPBoolean Class
ImGearXMPBoolean Members
Overload List