Namespace: iTextSharp.text.rtf.parser.destinations
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public abstract bool HandleCharacter( int ch ) |
| Visual Basic |
|---|
Public MustOverride Function HandleCharacter ( _ ch As Integer _ ) As Boolean |
| Visual C++ |
|---|
public: virtual bool HandleCharacter( int ch ) abstract |
Parameters
- ch
- Type: System..::..Int32