iTextSharp.text.pdf.PdfContentByte.GetMcDepth C# (CSharp) Method

GetMcDepth() private method

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