TiffUndefinedType class

TiffUndefinedType class

The tiff undefined type.

Inheritance: TiffUndefinedTypeTiffDataType

The TiffUndefinedType type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the TiffUndefinedType class.
initInitializes a new instance of the TiffUndefinedType class.

Properties

PropertyDescription
countGets the count of elements.
idGets tag id integer representation.
tag_idGets the tag id.
tag_typeGets the tag type.
aligned_data_sizeGets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
data_sizeGets the additional data size in bytes (in case the 12 bytes is not enough to fit the tag data).
valueGets or sets the value this data type contains.
is_validGets a value indicating whether tag data is valid. The valid tag contains data which may be preserved. The invalid tag cannot be stored.
dataGets or sets the data.

Methods

MethodDescription
read_tagReads the tag data.
compare_toCompares 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_clonePerforms a deep clone of this instance.
write_tagWrites the tag data.
write_additional_dataWrites the additional tag data.

See Also