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




Glossary Item Box

Specifies the type of data stored in a leaf, as it was stored in the image file or should be saved to the image file.

Syntax

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

Field Value

ImageGear.Formats.ImGearNativeDataTypes or ImageGear.Formats.DICOM.ImGearDICOMValueRepresentations enumeration value, passed as System.Object.

Remarks

When metadata is loaded from a file, all leaves have this field set to explicit values.

When the application creates a leaf, it can either specify an explicit NativeType value or use the default value ImageGear.Formats.ImGearNativeDataTypes.UNKNOWN.

At the time of image saving, most file formats ignore this field and use the file format's standard types for metadata tags. Two file formats take NativeType field into account:

See Also

©2013. Accusoft Corporation. All Rights Reserved.