Show / Hide Table of Contents

Class ExifSShort

Represents a 16-bit signed integer. (EXIF Specification: SSHORT)

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

Constructors

| Improve this Doc View Source

ExifSShort(ExifTag, Int16)

Declaration
public ExifSShort(ExifTag tag, short value)
Parameters
Type Name Description
ExifTag tag
System.Int16 value

Fields

| Improve this Doc View Source

mValue

Declaration
protected short mValue
Field Value
Type Description
System.Int16

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

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(ExifSShort to Int16)

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