[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSShort

Class ExifSShort

Namespace
GrapeCity.Documents.Imaging.Exif
Assembly
GcDocs.Imaging.dll

Represents an Exif field with 16-bit signed integer values.

public class ExifSShort : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifSShort
Implements
System.IComparable<T><ExifValue>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

DataType

Gets the Exif data type of a value.

public override ExifDataType DataType { get; }

Property Value

ExifDataType

Value

Gets the value of type Int16.

public short Value { get; }

Property Value

short

Values

Gets the array of values of type Int16.

public short[] Values { get; }

Property Value

short[]

Methods

Equals(ExifSShort)

Determines if the specified ExifSShort is equal to the current one.

public bool Equals(ExifSShort other)

Parameters

other ExifSShort

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

Operators

operator ==(ExifSShort, ExifSShort)

Compares two ExifSShort objects for equality.

public static bool operator ==(ExifSShort left, ExifSShort right)

Parameters

left ExifSShort
right ExifSShort

Returns

bool

operator !=(ExifSShort, ExifSShort)

Compares two ExifSShort objects for inequality.

public static bool operator !=(ExifSShort left, ExifSShort right)

Parameters

left ExifSShort
right ExifSShort

Returns

bool