Writes a key-value pair to the stream.
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
protected void Write( string key, string value ) |
| Visual Basic |
|---|
Protected Sub Write ( _ key As String, _ value As String _ ) |
| Visual C++ |
|---|
protected: void Write( String^ key, String^ value ) |
Parameters
- key
- Type: System..::..String
the name of an attribute
- value
- Type: System..::..String
the value of an attribute