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




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

Parameters

value
String value.

Return Value

New instance of the ImGearXMPString class object.
Remarks
This constructor creates and initializes an instance of ImGearXMPString class by using a string value.
See Also