iTextSharp.text.Cell.GetLeft C# (CSharp) Méthode

GetLeft() public méthode

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