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

IsSimple() private method

private IsSimple ( ) : bool
return bool
            internal bool IsSimple()
            {
                return (left.Length == 4 && right.Length == 4) && (left[0] == left[2] && right[0] == right[2]);
            }