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

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

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