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

GetLeft() public method

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