[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSShort

ExifSShort Class

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

Inheritance
ExifSShort
Implements
Namespace: GrapeCity.Documents.Imaging.Exif
Assembly: DS.Documents.Imaging.dll
Syntax
public class ExifSShort : ExifValue, IComparable<ExifValue>
Public Class ExifSShort
    Inherits ExifValue
    Implements IComparable(Of ExifValue)

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type Int16.

Values

Gets the array of values of type Int16.

Methods

Name Description
Equals(ExifSShort)

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

Equals(object)

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

GetHashCode()

Returns a hash code for the current object.

ToString()

Returns a string that represents the current object.

Operators

Name Description
operator ==(ExifSShort, ExifSShort)

Compares two ExifSShort objects for equality.

operator !=(ExifSShort, ExifSShort)

Compares two ExifSShort objects for inequality.