DS.Documents.Imaging Assembly / GrapeCity.Documents.Imaging.Exif Namespace / ExifSRational Class
Properties Methods

ExifSRational Class Members

The following tables list the members exposed by ExifSRational.

Public Properties
 NameDescription
Public PropertyOverridden. Gets the Exif data type of a value.  
Public PropertyGets a value of denominator for rational (signed) Exif value.  
Public PropertyGets the part of Exif matadata used for storing the attribute. (Inherited from GrapeCity.Documents.Imaging.Exif.ExifValue)
Public PropertyGets the number of values stored in Exif field. (Inherited from GrapeCity.Documents.Imaging.Exif.ExifValue)
Public PropertyGets a value of numerator for rational (signed) Exif value.  
Public PropertyGets the array of rational (signed) values in raw format as defined in Exif specification.  
Public PropertyGets the associated tag ID. (Inherited from GrapeCity.Documents.Imaging.Exif.ExifValue)
Public PropertyGets the value of type Single (negative values allowed).  
Public PropertyGets the array of rational (signed) values.  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodOverridden. Returns a hash code for the current object.  
Public MethodReturns a string that represents the current object.  
Top
Public Operators
Compares two ExifSRational objects for equality.
Compares two ExifSRational objects for inequality.
Top
See Also