[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifRational

ExifRational Class

Represents an Exif field with unsigned rational values.

Inheritance
ExifRational
Implements
Namespace: GrapeCity.Documents.Imaging.Exif
Assembly: DS.Documents.Imaging.dll
Syntax
public class ExifRational : ExifValue, IComparable<ExifValue>
Public Class ExifRational
    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 unsigned rational Exif value.

Numerator

Gets a value of numerator for unsigned rational Exif value.

RawValues

Gets the array of unsigned rational values in raw format as defined in Exif specification.

Value

Gets the unsigned value of type Single.

Values

Gets the array of unsigned rational values.

Methods

Name Description
Equals(ExifRational)

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

Compares two ExifRational objects for equality.

operator !=(ExifRational, ExifRational)

Compares two ExifRational objects for inequality.