Initializes a new instance of the RtfBorderGroup class

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

Collapse imageSyntax

C#
protected internal RtfBorderGroup(
	RtfDocument doc,
	int borderType,
	RtfBorderGroup borderGroup
)
Visual Basic
Protected Friend Sub New ( _
	doc As RtfDocument, _
	borderType As Integer, _
	borderGroup As RtfBorderGroup _
)
Visual C++
protected public:
RtfBorderGroup(
	RtfDocument^ doc, 
	int borderType, 
	RtfBorderGroup^ borderGroup
)

Collapse imageSee Also