Show / Hide Table of Contents

Class ExifTagFactory

Inheritance
System.Object
ExifTagFactory
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public static class ExifTagFactory

Methods

| Improve this Doc View Source

GetExifTag(IFD, UInt16)

Returns the ExifTag corresponding to the given tag id.

Declaration
public static ExifTag GetExifTag(IFD ifd, ushort tagid)
Parameters
Type Name Description
IFD ifd
System.UInt16 tagid
Returns
Type Description
ExifTag
| Improve this Doc View Source

GetTagID(ExifTag)

Returns the tag id corresponding to the given ExifTag.

Declaration
public static ushort GetTagID(ExifTag exiftag)
Parameters
Type Name Description
ExifTag exiftag
Returns
Type Description
System.UInt16
| Improve this Doc View Source

GetTagIFD(ExifTag)

Returns the IFD section containing the given tag.

Declaration
public static IFD GetTagIFD(ExifTag tag)
Parameters
Type Name Description
ExifTag tag
Returns
Type Description
IFD
| Improve this Doc View Source

GetTagLongName(ExifTag)

Returns the string representation for the given exif tag including IFD section and tag id.

Declaration
public static string GetTagLongName(ExifTag tag)
Parameters
Type Name Description
ExifTag tag
Returns
Type Description
System.String
| Improve this Doc View Source

GetTagName(ExifTag)

Returns the string representation for the given exif tag.

Declaration
public static string GetTagName(ExifTag tag)
Parameters
Type Name Description
ExifTag tag
Returns
Type Description
System.String
| Improve this Doc View Source

GetTagName(IFD, UInt16)

Returns the string representation for the given tag id.

Declaration
public static string GetTagName(IFD ifd, ushort tagid)
Parameters
Type Name Description
IFD ifd
System.UInt16 tagid
Returns
Type Description
System.String
Back to top Copyright © 2019 Özgür Özçıtak