Show / Hide Table of Contents

Class ExifProperty

Represents the abstract base class for an Exif property.

Inheritance
System.Object
ExifProperty
ExifAscii
ExifByte
ExifByteArray
ExifDate
ExifDateTime
ExifDouble
ExifDoubleArray
ExifEncodedString
ExifEnumProperty<T>
ExifFloat
ExifFloatArray
ExifSByte
ExifSByteArray
ExifSInt
ExifSIntArray
ExifSRational
ExifSRationalArray
ExifSShort
ExifSShortArray
ExifUInt
ExifUIntArray
ExifUndefined
ExifURational
ExifURationalArray
ExifUShort
ExifUShortArray
ExifVersion
GIFComment
JFIFThumbnailProperty
PNGInternationalText
PNGText
PNGTimeStamp
WindowsByteString
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public abstract class ExifProperty

Constructors

| Improve this Doc View Source

ExifProperty(ExifTag)

Initializes a new instanceof the ExifProperty class.

Declaration
public ExifProperty(ExifTag tag)
Parameters
Type Name Description
ExifTag tag

The Exif tag.

Fields

| Improve this Doc View Source

mIFD

Declaration
protected IFD mIFD
Field Value
Type Description
IFD
| Improve this Doc View Source

mName

Declaration
protected string mName
Field Value
Type Description
System.String
| Improve this Doc View Source

mTag

Declaration
protected ExifTag mTag
Field Value
Type Description
ExifTag

Properties

| Improve this Doc View Source

_Value

Declaration
protected abstract object _Value { get; set; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

IFD

Gets the IFD section contaning this property.

Declaration
public IFD IFD { get; }
Property Value
Type Description
IFD
| Improve this Doc View Source

Interoperability

Gets interoperability data for this property.

Declaration
public abstract ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
| Improve this Doc View Source

Name

Gets or sets the name of this property.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Tag

Gets the Exif tag associated with this property.

Declaration
public ExifTag Tag { get; }
Property Value
Type Description
ExifTag
| Improve this Doc View Source

Value

Gets or sets the value of this property.

Declaration
public object Value { get; set; }
Property Value
Type Description
System.Object
Back to top Copyright © 2019 Özgür Özçıtak