Aspose::Pdf::OptimizedMemoryStream::WriteByte method

OptimizedMemoryStream::WriteByte method

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

void Aspose::Pdf::OptimizedMemoryStream::WriteByte(uint8_t value) override
ParameterTypeDescription
valueuint8_tThe byte to write to the stream.

See Also