Table of Contents

Method ReadSByte

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

ReadSByte(long)

Reads signed byte data from the stream.

public sbyte ReadSByte(long position)

Parameters

position long

The position to read from.

Returns

sbyte

The signed byte value.