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

Syntax

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

Parameters

boxName
Type: System..::..String

See Also