[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifShort

Class ExifShort

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

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

public class ExifShort : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifShort
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 UInt16.

public ushort Value { get; }

Property Value

ushort

Values

Gets the array of values of type UInt16.

public ushort[] Values { get; }

Property Value

ushort[]

Methods

Equals(ExifShort)

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

public bool Equals(ExifShort other)

Parameters

other ExifShort

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 ==(ExifShort, ExifShort)

Compares two ExifShort objects for equality.

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

Parameters

left ExifShort
right ExifShort

Returns

bool

operator !=(ExifShort, ExifShort)

Compares two ExifShort objects for inequality.

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

Parameters

left ExifShort
right ExifShort

Returns

bool