TiffRationalType Class

The tiff rational type.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.TiffTiffDataType
    Aspose.CAD.FileFormats.Tiff.TiffTagTypesTiffCommonArrayType
      Aspose.CAD.FileFormats.Tiff.TiffTagTypesTiffRationalType

Namespace:  Aspose.CAD.FileFormats.Tiff.TiffTagTypes
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public sealed class TiffRationalType : TiffCommonArrayType

The TiffRationalType type exposes the following members.

Constructors
  NameDescription
Public methodTiffRationalType(UInt16)
Initializes a new instance of the TiffRationalType class.
Public methodTiffRationalType(TiffTags)
Initializes a new instance of the TiffRationalType class.
Properties
  NameDescription
Public propertyAlignedDataSize
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
(Inherited from TiffDataType.)
Public propertyCount
Gets the count of elements.
(Inherited from TiffCommonArrayType.)
Public propertyDataSize
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
(Inherited from TiffCommonArrayType.)
Public propertyElementSize
Gets the element size in bytes.
(Overrides TiffCommonArrayTypeElementSize.)
Public propertyId
Gets tag id integer representation.
(Inherited from TiffDataType.)
Public propertyIsValid
Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored.
(Inherited from TiffDataType.)
Public propertyTagId
Gets the tag id.
(Inherited from TiffDataType.)
Public propertyTagType
Gets the tag type.
(Overrides TiffDataTypeTagType.)
Public propertyValue
Gets or sets the value this data type contains.
(Overrides TiffDataTypeValue.)
Public propertyValues
Gets or sets the values.
Public propertyValuesContainer
Gets the values container.
(Overrides TiffCommonArrayTypeValuesContainer.)
Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from TiffDataType.)
Public methodDeepClone
Performs a deep clone of this instance.
(Inherited from TiffDataType.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents this instance.
(Inherited from TiffDataType.)
Public methodWriteAdditionalData
Writes the additional tag data.
(Overrides TiffDataTypeWriteAdditionalData(TiffStreamWriter).)
Public methodWriteTag
Writes the tag data.
(Inherited from TiffDataType.)
See Also