iTextSharp.text.Cell.GetBottom C# (CSharp) Метод

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

This method throws an Exception.
public GetBottom ( int margin ) : float
margin int new value
Результат float
        public float GetBottom(int margin) {
            throw new Exception("Dimensions of a Cell can't be calculated. See the FAQ.");
        }