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

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

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