iTextSharp.text.pdf.PdfPRow.PdfPRow C# (CSharp) Метод

PdfPRow() публичный Метод

public PdfPRow ( PdfPCell cells ) : System
cells PdfPCell
Результат System
        public PdfPRow(PdfPCell[] cells)
        {
            this.cells = cells;
            widths = new float[cells.Length];
            InitExtraHeights();
        }

Same methods

PdfPRow::PdfPRow ( PdfPRow row ) : System