FilterWriterWriteByte Method |
Writes a single byte to the stream.
Namespace:
pdftron.Filters
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void WriteByte(
byte data
)
Public Sub WriteByte (
data As Byte
)
public:
virtual void WriteByte(
[InAttribute] unsigned char data
) sealed
function WriteByte(data);
Parameters
- data
- Type: SystemByte
The byte to write to the stream.
See Also