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.");
        }