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

GetTop() public méthode

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