iTextSharp.text.pdf.PdfContentByte.GetMcDepth C# (CSharp) 메소드

GetMcDepth() 개인적인 메소드

private GetMcDepth ( ) : int
리턴 int
        internal int GetMcDepth()
        {
            if (duplicatedFrom != null)
                return duplicatedFrom.GetMcDepth();
            else
                return mcDepth;
        }
PdfContentByte