iTextSharp.text.pdf.FloatLayout.setFilledWidth C# (CSharp) Method

setFilledWidth() public method

public setFilledWidth ( float filledWidth ) : void
filledWidth float
return void
        public void setFilledWidth(float filledWidth)
        {
            this.filledWidth = filledWidth;
        }