ImageGear for .NET
Data Property
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearMetadataLeaf Class : Data Property




Glossary Item Box

Gets or sets reference to opaque data stored in leaf. Type of object returned by this property depends on value of NativeType field.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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:
  • System.ValueType
  • System.String
  • System.Array

Otherwise, an exception will be thrown.

See Also

©2013. Accusoft Corporation. All Rights Reserved.