Namespace: iTextSharp.text
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public Chunk SetBackground( Color color, float extraLeft, float extraBottom, float extraRight, float extraTop ) |
Visual Basic |
---|
Public Function SetBackground ( _ color As Color, _ extraLeft As Single, _ extraBottom As Single, _ extraRight As Single, _ extraTop As Single _ ) As Chunk |
Visual C++ |
---|
public: Chunk^ SetBackground( Color^ color, float extraLeft, float extraBottom, float extraRight, float extraTop ) |
Parameters
- color
- Type: iTextSharp.text..::..Color
- extraLeft
- Type: System..::..Single
- extraBottom
- Type: System..::..Single
- extraRight
- Type: System..::..Single
- extraTop
- Type: System..::..Single