Initializes a new instance of the RtfBorderGroup class

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

Syntax

C#
protected internal RtfBorderGroup(
	RtfDocument doc,
	int borderType,
	int bordersToUse,
	float borderWidth,
	Color borderColor
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	borderType As Integer, _
	bordersToUse As Integer, _
	borderWidth As Single, _
	borderColor As Color _
)
Visual C++
protected public:
RtfBorderGroup(
	RtfDocument^ doc, 
	int borderType, 
	int bordersToUse, 
	float borderWidth, 
	Color^ borderColor
)

Parameters

doc
Type: iTextSharp.text.rtf.document..::..RtfDocument
borderType
Type: System..::..Int32
bordersToUse
Type: System..::..Int32
borderWidth
Type: System..::..Single
borderColor
Type: iTextSharp.text..::..Color

See Also