Gets the EXIF tags and their values embedded in the specified image file.

Namespace:  Neodynamic.SDK.ImageDraw
Assembly:  Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)

Syntax

C#
public static Dictionary<ExifTags, string> GetExifMetadata(
	string imageFileName
)
Visual Basic (Declaration)
Public Shared Function GetExifMetadata ( _
	imageFileName As String _
) As Dictionary(Of ExifTags, String)
Visual C++
public:
static Dictionary<ExifTags, String^>^ GetExifMetadata(
	String^ imageFileName
)

Parameters

imageFileName
Type: System..::.String
The image file containing EXIF metadata

Return Value

The EXIF tags and their values embedded in the specified image file.

See Also