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,
	PdfDashPattern dash
)
Visual Basic
Public Sub New ( _
	hRadius As Single, _
	vRadius As Single, _
	width As Single, _
	dash As PdfDashPattern _
)
Visual C++
public:
PdfBorderArray(
	float hRadius, 
	float vRadius, 
	float width, 
	PdfDashPattern^ dash
)

See Also