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

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

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