ImageGear .NET - Updated
ImGearXMPInteger Constructor(Int32)




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP Namespace > ImGearXMPInteger Class > ImGearXMPInteger Constructor : ImGearXMPInteger Constructor(Int32)
Integer value.
Initializes a new instance of the ImGearXMPInteger class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As Integer _
)
'Usage
 
Dim value As Integer
 
Dim instance As New ImGearXMPInteger(value)
public ImGearXMPInteger( 
   int value
)
public: ImGearXMPInteger( 
   int value
)
public:
ImGearXMPInteger( 
   int value
)

Parameters

value
Integer value.

Return Value

New instance of the ImGearXMPInteger class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPInteger class by using an integer value.
See Also

Reference

ImGearXMPInteger Class
ImGearXMPInteger Members
Overload List