Show / Hide Table of Contents

Class ExifVersion

Represents the exif version as a 4 byte ASCII string. (EXIF Specification: UNDEFINED) Used for the ExifVersion, FlashpixVersion and InteroperabilityVersion fields.

Inheritance
System.Object
ExifProperty
ExifVersion
Inherited Members
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class ExifVersion : ExifProperty

Constructors

| Improve this Doc View Source

ExifVersion(ExifTag, String)

Declaration
public ExifVersion(ExifTag tag, string value)
Parameters
Type Name Description
ExifTag tag
System.String value

Fields

| Improve this Doc View Source

mValue

Declaration
protected string mValue
Field Value
Type Description
System.String

Properties

| Improve this Doc View Source

_Value

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

Interoperability

Declaration
public override ExifInterOperability Interoperability { get; }
Property Value
Type Description
ExifInterOperability
Overrides
ExifProperty.Interoperability
| Improve this Doc View Source

Value

Declaration
public string Value { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()
Back to top Copyright © 2019 Özgür Özçıtak