Initializes a new instance of the PdfPTable class
Namespace: iTextSharp.text.pdfAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public PdfPTable( float[] relativeWidths ) |
Visual Basic |
---|
Public Sub New ( _ relativeWidths As Single() _ ) |
Visual C++ |
---|
public: PdfPTable( array<float>^ relativeWidths ) |
Parameters
- relativeWidths
- Type: array<System..::..Single>[]()[][]