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
Parameter | Type | Description |
---|---|---|
value | uint8_t | The byte to write to the stream. |
See Also
- Class OptimizedMemoryStream
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++