Show / Hide Table of Contents

Class ExifUShort

Represents a 16-bit unsigned integer. (EXIF Specification: SHORT)

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

Constructors

| Improve this Doc View Source

ExifUShort(ExifTag, UInt16)

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

Fields

| Improve this Doc View Source

mValue

Declaration
protected ushort mValue
Field Value
Type Description
System.UInt16

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 ushort Value { get; set; }
Property Value
Type Description
System.UInt16

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Operators

| Improve this Doc View Source

Implicit(ExifUShort to UInt16)

Declaration
public static implicit operator ushort (ExifUShort obj)
Parameters
Type Name Description
ExifUShort obj
Returns
Type Description
System.UInt16
Back to top Copyright © 2019 Özgür Özçıtak