Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public void SetTotalWidth( float[] columnWidth ) |
Visual Basic |
---|
Public Sub SetTotalWidth ( _ columnWidth As Single() _ ) |
Visual C++ |
---|
public: void SetTotalWidth( array<float>^ columnWidth ) |
Parameters
- columnWidth
- Type: array<System..::..Single>[]()[][]