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 bool SetWidths( float[] widths ) |
| Visual Basic |
|---|
Public Function SetWidths ( _ widths As Single() _ ) As Boolean |
| Visual C++ |
|---|
public: bool SetWidths( array<float>^ widths ) |
Parameters
- widths
- Type: array<System..::..Single>[]()[][]