ImageGear .NET v24.12 - Updated
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)
public ImGearXMPBoolean( 
   bool value
)
public: ImGearXMPBoolean( 
   bool value
)
public:
ImGearXMPBoolean( 
   bool 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