iTextSharp.text.pdf.MultiColumnText.ColumnDef.IsSimple C# (CSharp) 메소드

IsSimple() 개인적인 메소드

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