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




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

Parameters

value
String value.
schemeQualifier
Scheme qualifier.

Return Value

New instance of ImGearBasicXMPIdentifier class object.
Remarks
This constructor creates and initializes an instance of ImGearBasicXMPIdentifier class, using the specified value and a scheme qualifier.
See Also