Sets the widths of the different columns (percentages).
Namespace: iTextSharp.textAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void SetWidths( int[] widths ) |
Visual Basic |
---|
Public Sub SetWidths ( _ widths As Integer() _ ) |
Visual C++ |
---|
public: void SetWidths( array<int>^ widths ) |
Parameters
- widths
- Type: array<System..::..Int32>[]()[][]
an array with values
Remarks
You can give up relative values of borderwidths.
The sum of these values will be considered 100%.
The values will be recalculated as percentages of this sum.