PdfRpt.Core.Contracts.PdfGrid.PdfGrid C# (CSharp) Method

PdfGrid() public method

Constructs a PdfPTable with the relative column widths.
public PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf
relativeWidths float the relative column widths
return iTextSharp.text.pdf
        public PdfGrid(float[] relativeWidths)
            : base(relativeWidths)
        {
        }

Same methods

PdfGrid::PdfGrid ( PdfPTable table ) : iTextSharp.text.pdf
PdfGrid::PdfGrid ( int numColumns ) : iTextSharp.text.pdf
PdfGrid