[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Exif.ExifAscii

Class ExifAscii

Namespace
GrapeCity.Documents.Imaging.Exif
Assembly
GcDocs.Imaging.dll

Represents an Exif field with string value.

public class ExifAscii : ExifValue, IComparable<ExifValue>
Inheritance
object
ExifAscii
Implements
System.IComparable<T><ExifValue>
Inherited Members
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

Properties

DataType

Gets the Exif data type of a value.

public override ExifDataType DataType { get; }

Property Value

ExifDataType

Value

Gets the value of type String.

public string Value { get; }

Property Value

string

Methods

Equals(ExifAscii)

Determines if the specified ExifAscii is equal to the current one.

public bool Equals(ExifAscii other)

Parameters

other ExifAscii

Returns

bool

Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)

Parameters

obj object

Returns

bool

GetHashCode()

Returns a hash code for the current object.

public override int GetHashCode()

Returns

int

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

Operators

operator ==(ExifAscii, ExifAscii)

Compares two ExifAscii objects for equality.

public static bool operator ==(ExifAscii left, ExifAscii right)

Parameters

left ExifAscii
right ExifAscii

Returns

bool

operator !=(ExifAscii, ExifAscii)

Compares two ExifAscii objects for inequality.

public static bool operator !=(ExifAscii left, ExifAscii right)

Parameters

left ExifAscii
right ExifAscii

Returns

bool