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 override bool HandleCharacter( int ch ) |
Visual Basic |
---|
Public Overrides Function HandleCharacter ( _ ch As Integer _ ) As Boolean |
Visual C++ |
---|
public: virtual bool HandleCharacter( int ch ) override |
Parameters
- ch
- Type: System..::..Int32