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

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

public FittingRows ( int firstRow, int lastRow, float height, float completedRowsHeight, float>.Dictionary correctedHeightsForLastRow ) : System
firstRow int
lastRow int
height float
completedRowsHeight float
correctedHeightsForLastRow float>.Dictionary
Результат System
            public FittingRows(int firstRow, int lastRow, float height, float completedRowsHeight,
                    Dictionary<int, float> correctedHeightsForLastRow) {
                this.firstRow = firstRow;
                this.lastRow = lastRow;
                this.height = height;
                this.completedRowsHeight = completedRowsHeight;
                this.correctedHeightsForLastRow = correctedHeightsForLastRow;
            }