Namespace: iTextSharp.text.pdf
Assembly: 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

Parameters

c
Type: System..::..Int32
name
Type: System..::..String

See Also