TiffASCIIType Class

The tiff ascii type.
Inheritance Hierarchy
SystemObject
  Aspose.CAD.FileFormats.TiffTiffDataType
    Aspose.CAD.FileFormats.Tiff.TiffTagTypesTiffASCIIType

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

The TiffASCIIType type exposes the following members.

Constructors
  NameDescription
Public methodTiffASCIIType(UInt16)
Initializes a new instance of the TiffASCIIType class.
Public methodTiffASCIIType(TiffTags)
Initializes a new instance of the TiffASCIIType 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.
(Overrides TiffDataTypeCount.)
Public propertyDataSize
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
(Overrides TiffDataTypeDataSize.)
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 propertyText
Gets or sets the text.
Public propertyValue
Gets or sets the value this data type contains.
(Overrides TiffDataTypeValue.)
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