iTextSharp.text.pdf.PdfRectangle.GetBottom C# (CSharp) Method

GetBottom() public method

public GetBottom ( int margin ) : float
margin int
return float
        public float GetBottom(int margin)
        {
            return lly + margin;
        }