iTextSharp.text.pdf.MultiColumnText.ColumnDef.ColumnDef C# (CSharp) Method

ColumnDef() private method

private ColumnDef ( float newLeft, float newRight, MultiColumnText mc ) : System
newLeft float
newRight float
mc MultiColumnText
return System
            internal ColumnDef(float[] newLeft, float[] newRight, MultiColumnText mc)
            {
                this.mc = mc;
                left = newLeft;
                right = newRight;
            }