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

PdfGrid() public method

Constructs a copy of a PdfPTable.
public PdfGrid ( PdfPTable table ) : iTextSharp.text.pdf
table iTextSharp.text.pdf.PdfPTable the PdfPTableto be copied
return iTextSharp.text.pdf
        public PdfGrid(PdfPTable table)
            : base(table)
        {
        }

Same methods

PdfGrid::PdfGrid ( float relativeWidths ) : iTextSharp.text.pdf
PdfGrid::PdfGrid ( int numColumns ) : iTextSharp.text.pdf
PdfGrid