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