Initializes a new instance of the PdfBorderArray class

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

Syntax

C#
public PdfBorderArray(
	float hRadius,
	float vRadius,
	float width
)
Visual Basic
Public Sub New ( _
	hRadius As Single, _
	vRadius As Single, _
	width As Single _
)
Visual C++
public:
PdfBorderArray(
	float hRadius, 
	float vRadius, 
	float width
)

Parameters

hRadius
Type: System..::..Single
vRadius
Type: System..::..Single
width
Type: System..::..Single

See Also