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