Initializes a new instance of the RtfBorder class

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

Syntax

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

See Also