IStreamWrapperWriteByte Method

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

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
void WriteByte(
	byte value
)

Parameters

value
Type: SystemByte
See Also