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 int[] GetCharBBox( int c ) |
| Visual Basic |
|---|
Public Overrides Function GetCharBBox ( _ c As Integer _ ) As Integer() |
| Visual C++ |
|---|
public: virtual array<int>^ GetCharBBox( int c ) override |
Parameters
- c
- Type: System..::..Int32