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)
Syntaxvoid WriteByte(
byte value
)
Sub WriteByte (
value As Byte
)
void WriteByte(
unsigned char value
)
abstract WriteByte :
value : byte -> unit
Parameters
- value
- Type: SystemByte
See Also