Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected abstract int[] GetRawCharBBox(
int c,
string name
) |
Visual Basic |
---|
Protected MustOverride Function GetRawCharBBox ( _
c As Integer, _
name As String _
) As Integer() |
Visual C++ |
---|
protected:
virtual array<int>^ GetRawCharBBox(
int c,
String^ name
) abstract |
See Also