iTextSharp.text.Cell.GetBottom C# (CSharp) Method

GetBottom() public method

This method throws an Exception.
public GetBottom ( int margin ) : float
margin int new value
return float
        public float GetBottom(int margin) {
            throw new Exception("Dimensions of a Cell can't be calculated. See the FAQ.");
        }