[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSLong

ExifSLong Class

Represents an Exif field with 32-bit integer values.

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

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type Int32.

Values

Gets the array of values of type Int32.

Methods

Name Description
Equals(ExifSLong)

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

Compares two ExifSLong objects for equality.

operator !=(ExifSLong, ExifSLong)

Compares two ExifSLong objects for inequality.