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