ImageGear .NET v24.14 - Updated September 15, 2020
Data Property




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMetadataLeaf Class : Data Property
Gets or sets reference to opaque data stored in leaf. Type of object returned by this property depends on value of NativeType field.
Syntax
'Declaration
 
Public Property Data As Object
 
'Usage
 
Dim instance As ImGearMetadataLeaf
Dim value As Object
 
instance.Data = value
 
value = instance.Data

Property Value

System.Object value.
Remarks
Represents (meta) data assigned to metadata node as System.Object. The following types of objects are allowed to be stored:

Otherwise, an exception will be thrown.

See Also

Reference

ImGearMetadataLeaf Class
ImGearMetadataLeaf Members