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
)
Visual Basic
Public Sub New ( _
	borderWidth As Single, _
	borderStyle As Integer _
)
Visual C++
public:
PdfBorderDictionary(
	float borderWidth, 
	int borderStyle
)

Parameters

borderWidth
Type: System..::..Single
borderStyle
Type: System..::..Int32

See Also