Table of Contents

Method WriteByte

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

WriteByte(byte)

Writes a byte to the current position in the stream and advances the position within the stream by one byte.

public virtual void WriteByte(byte value)

Parameters

value byte

The byte to write to the stream.