[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifSRational

ExifSRational Class

Represents an Exif field with rational (positive or negative) values.

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

Properties

Name Description
DataType

Gets the Exif data type of a value.

Denominator

Gets a value of denominator for rational (signed) Exif value.

Numerator

Gets a value of numerator for rational (signed) Exif value.

RawValues

Gets the array of rational (signed) values in raw format as defined in Exif specification.

Value

Gets the value of type Single (negative values allowed).

Values

Gets the array of rational (signed) values.

Methods

Name Description
Equals(ExifSRational)

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

Compares two ExifSRational objects for equality.

operator !=(ExifSRational, ExifSRational)

Compares two ExifSRational objects for inequality.