Initializes a new instance of the RtfBorder class
Namespace: iTextSharp.text.rtf.tableAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
protected internal RtfBorder( RtfDocument doc, int borderType, int borderPosition, int borderStyle, float borderWidth, Color borderColor ) |
Visual Basic |
---|
Protected Friend Sub New ( _ doc As RtfDocument, _ borderType As Integer, _ borderPosition As Integer, _ borderStyle As Integer, _ borderWidth As Single, _ borderColor As Color _ ) |
Visual C++ |
---|
protected public: RtfBorder( RtfDocument^ doc, int borderType, int borderPosition, int borderStyle, float borderWidth, Color^ borderColor ) |
Parameters
- borderType
- Type: System..::..Int32
- borderPosition
- Type: System..::..Int32
- borderStyle
- Type: System..::..Int32
- borderWidth
- Type: System..::..Single
- borderColor
- Type: iTextSharp.text..::..Color