iTextSharp.text.html.simpleparser.HTMLWorker.SetMargins C# (CSharp) Method

SetMargins() public method

public SetMargins ( float marginLeft, float marginRight, float marginTop, float marginBottom ) : bool
marginLeft float
marginRight float
marginTop float
marginBottom float
return bool
        public bool SetMargins(float marginLeft, float marginRight, float marginTop, float marginBottom) {
            return true;
        }