Indicates if the table has a some type of border.

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

Collapse imageSyntax

C#
public bool HasBorder(
	int type
)
Visual Basic
Public Function HasBorder ( _
	type As Integer _
) As Boolean
Visual C++
public:
bool HasBorder(
	int type
)

Parameters

type
Type: System..::..Int32
the type of border

Return Value

a bool

Collapse imageSee Also