Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public Rectangle GetBoxSize(
	int index,
	string boxName
)
Visual Basic
Public Function GetBoxSize ( _
	index As Integer, _
	boxName As String _
) As Rectangle
Visual C++
public:
Rectangle^ GetBoxSize(
	int index, 
	String^ boxName
)

Parameters

index
Type: System..::..Int32
boxName
Type: System..::..String

See Also