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




Glossary Item Box

Gets or sets simplified access to EXIF metadata.

Syntax

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

Property Value

ImageGear.Formats.EXIF.ImGearEXIFMetadata class object.

Remarks

The user does not need to know exact location of EXIF metadata in the metadata tree. If EXIF metadata doesn't exist in the metadata tree, the property returns null.

You can add EXIF metadata to a metadata tree, if it was not present, by creating a new instance of ImageGear.Formats.EXIF.ImGearEXIFMetadata class and assigning it to the EXIF property. However, this only allowed if metadata tree's target format is compatible with EXIF. Currently, two target formats support EXIF metadata: TIFF and JPEG.

See Also

©2013. Accusoft Corporation. All Rights Reserved.