Show / Hide Table of Contents

Class JFIFVersion

Represents the JFIF version as a 16 bit unsigned integer. (EXIF Specification: SHORT)

Inheritance
System.Object
ExifProperty
ExifUShort
JFIFVersion
Inherited Members
ExifUShort.mValue
ExifUShort._Value
ExifUShort.Value
ExifUShort.Interoperability
ExifProperty.mTag
ExifProperty.mIFD
ExifProperty.mName
ExifProperty.Tag
ExifProperty.IFD
ExifProperty.Name
Namespace: ExifLibrary
Assembly: ExifLibrary.dll
Syntax
public class JFIFVersion : ExifUShort

Constructors

| Improve this Doc View Source

JFIFVersion(ExifTag, UInt16)

Declaration
public JFIFVersion(ExifTag tag, ushort value)
Parameters
Type Name Description
ExifTag tag
System.UInt16 value

Properties

| Improve this Doc View Source

Major

Gets the major version.

Declaration
public byte Major { get; }
Property Value
Type Description
System.Byte
| Improve this Doc View Source

Minor

Gets the minor version.

Declaration
public byte Minor { get; }
Property Value
Type Description
System.Byte

Methods

| Improve this Doc View Source

ToString()

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