TiffSByteType class

TiffSByteType class

The tiff signed byte type.

Inheritance: TiffSByteTypeTiffCommonArrayTypeTiffDataType

The TiffSByteType type exposes the following members:

Constructors

ConstructorDescription
initInitializes a new instance of the TiffSByteType class.
initInitializes a new instance of the TiffSByteType 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.
element_sizeGets the element size in bytes.
values_containerGets the values container.
valuesGets or sets the values.

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