WriteByte()

IStreamWrapper::WriteByte(uint8_t) method

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

virtual void Aspose::Slides::IStreamWrapper::WriteByte(uint8_t value)=0

Arguments

ParameterTypeDescription
valueuint8_tByte for writion uint8_t

See Also