TiffDataType class
TiffDataType class
The tiff data type.
The TiffDataType type exposes the following members:
Properties
Property | Description |
---|---|
count | Gets the count of elements. |
id | Gets tag id integer representation. |
tag_id | Gets the tag id. |
tag_type | Gets the tag type. |
aligned_data_size | Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data). |
data_size | Gets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data). |
value | Gets or sets the value this data type contains. |
is_valid | Gets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored. |
Methods
Method | Description |
---|---|
read_tag | Reads the tag data. |
compare_to | 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. |
deep_clone | Performs a deep clone of this instance. |
write_tag | Writes the tag data. |
write_additional_data | Writes the additional tag data. |
See Also
- module
aspose.cad.fileformats.tiff