[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifAscii

ExifAscii Class

Represents an Exif field with string value.

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

Properties

Name Description
DataType

Gets the Exif data type of a value.

Value

Gets the value of type String.

Methods

Name Description
Equals(ExifAscii)

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

Compares two ExifAscii objects for equality.

operator !=(ExifAscii, ExifAscii)

Compares two ExifAscii objects for inequality.