Namespace: iTextSharp.text.rtf.table
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void AddBorder( int bordersToAdd, int borderStyle, float borderWidth, Color borderColor ) |
Visual Basic |
---|
Public Sub AddBorder ( _ bordersToAdd As Integer, _ borderStyle As Integer, _ borderWidth As Single, _ borderColor As Color _ ) |
Visual C++ |
---|
public: void AddBorder( int bordersToAdd, int borderStyle, float borderWidth, Color^ borderColor ) |
Parameters
- bordersToAdd
- Type: System..::..Int32
- borderStyle
- Type: System..::..Int32
- borderWidth
- Type: System..::..Single
- borderColor
- Type: iTextSharp.text..::..Color