Table of Contents

Class TiffSByteType

Namespace
Aspose.CAD.FileFormats.Tiff.TiffTagTypes
Assembly
Aspose.CAD.dll

The tiff signed byte type.

public sealed class TiffSByteType : TiffCommonArrayType, IComparable
Inheritance
TiffSByteType
Implements
Inherited Members

Constructors

TiffSByteType(TiffTags)

Initializes a new instance of the TiffSByteType class.

TiffSByteType(ushort)

Initializes a new instance of the TiffSByteType class.

Properties

ElementSize

Gets the element size in bytes.

TagType

Gets the tag type.

Value

Gets or sets the value this data type contains.

Values

Gets or sets the values.

ValuesContainer

Gets the values container.

Methods

CopyInstanceData(TiffDataType)

Copies the instance data into the cloned type.

CreateInstance()

Creates a new instance.

ReadData(TiffStreamReader, long, long)

Reads the data.

WriteAdditionalData(TiffStreamWriter)

Writes the additional tag data.

WriteTagValue(TiffStreamWriter)

Writes the current tag value.