Click or drag to resize

ExifTagData Property

Gets or sets the value of this EXIF tag.

Namespace:  Atalasoft.Imaging.Metadata
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override Object Data { get; set; }

Property Value

Type: Object
The value of this EXIF tag.
Remarks

The returned value is a variant object that is stored at its native type. Use ToString to view the string data of this tag.

When editing or adding EXIF data, this tag must be able to be translated to the appropriate Type as defined in the ExifTag.Type property.

Array of types is also supported. To determine if a tag is an array of values ihe invoke the GetType().IsArray() of the Data object.

See Also