[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSByte

ExifSByte Class

Represents an Exif field with 8-bit signed byte values.

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

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type SByte.

Values

Gets the array of signed bytes.

Methods

Name Description
Equals(ExifSByte)

Determines if the specified ExifSByte 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 ==(ExifSByte, ExifSByte)

Compares two ExifSByte objects for equality.

operator !=(ExifSByte, ExifSByte)

Compares two ExifSByte objects for inequality.