iTextSharp.text.Cell.GetBottom C# (CSharp) 메소드

GetBottom() 공개 메소드

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