TiffDataType Class |
Namespace: Aspose.CAD.FileFormats.Tiff
The TiffDataType type exposes the following members.
Name | Description | |
---|---|---|
![]() | TiffDataType |
Initializes a new instance of the TiffDataType class.
|
Name | Description | |
---|---|---|
![]() | AlignedDataSize |
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
|
![]() | Count |
Gets the count of elements.
|
![]() | DataSize |
Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
|
![]() | Id |
Gets tag id integer representation.
|
![]() | 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.
|
![]() | TagId |
Gets the tag id.
|
![]() | TagType |
Gets the tag type.
|
![]() | Value |
Gets or sets the value this data type contains.
|
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.
|
![]() | CopyInstanceData |
Copies the instance data into the cloned type.
|
![]() | CreateInstance |
Creates a new instance.
|
![]() | DeepClone |
Performs a deep clone of this instance.
|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReadData |
Reads the additional data.
|
![]() ![]() | ReadTag |
Reads the tag data.
|
![]() | ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |
![]() | WriteAdditionalData |
Writes the additional tag data.
|
![]() | WriteTag |
Writes the tag data.
|
![]() | WriteTagValueOrOffset |
Writes the tag value or additional offset.
|