Initializes a new instance of the PdfBorderDictionary class

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

Syntax

C#
public PdfBorderDictionary(
	float borderWidth,
	int borderStyle,
	PdfDashPattern dashes
)
Visual Basic
Public Sub New ( _
	borderWidth As Single, _
	borderStyle As Integer, _
	dashes As PdfDashPattern _
)
Visual C++
public:
PdfBorderDictionary(
	float borderWidth, 
	int borderStyle, 
	PdfDashPattern^ dashes
)

Parameters

borderWidth
Type: System..::..Single
borderStyle
Type: System..::..Int32
dashes
Type: iTextSharp.text.pdf..::..PdfDashPattern

See Also