WriteByte()

StreamWrapper::WriteByte(uint8_t) method

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

void Aspose::Slides::StreamWrapper::WriteByte(uint8_t value) override

Arguments

ParameterTypeDescription
valueuint8_t

See Also