Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public override void WriteByte( byte value ) |
| Visual Basic |
|---|
Public Overrides Sub WriteByte ( _ value As Byte _ ) |
| Visual C++ |
|---|
public: virtual void WriteByte( unsigned char value ) override |
Parameters
- value
- Type: System..::..Byte