TiffUnknownType Class |
Namespace: Aspose.CAD.FileFormats.Tiff.TiffTagTypes
The TiffUnknownType type exposes the following members.
Name | Description | |
---|---|---|
![]() | TiffUnknownType |
Initializes a new instance of the TiffUnknownType class.
|
Name | Description | |
---|---|---|
![]() | AlignedDataSize |
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
(Inherited from TiffDataType.) |
![]() | Count |
Gets the count of elements.
(Overrides TiffDataTypeCount.) |
![]() | DataSize |
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
(Overrides TiffDataTypeDataSize.) |
![]() | Id |
Gets tag id integer representation.
(Inherited from TiffDataType.) |
![]() | IsValid |
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.) |
![]() | OffsetOrValue |
Gets the offset value for an additional data or value itself in case count is 1.
|
![]() | Stream |
Gets the stream to read additional data from.
|
![]() | TagId |
Gets the tag id.
(Inherited from TiffDataType.) |
![]() | TagType |
Gets the tag type.
(Overrides TiffDataTypeTagType.) |
![]() | Value |
Gets or sets the value this data type contains.
(Overrides TiffDataTypeValue.) |
Name | Description | |
---|---|---|
![]() | CompareTo |
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.) |
![]() | DeepClone |
Performs a deep clone of this instance.
(Inherited from TiffDataType.) |
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a String that represents this instance.
(Overrides TiffDataTypeToString.) |
![]() | WriteAdditionalData |
Writes the additional tag data.
(Overrides TiffDataTypeWriteAdditionalData(TiffStreamWriter).) |
![]() | WriteTag |
Writes the tag data.
(Inherited from TiffDataType.) |