iTextSharp.text.pdf.VerticalText.VerticalText C# (CSharp) Метод

VerticalText() публичный Метод

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
Результат System
        public VerticalText(PdfContentByte text)
        {
            this.text = text;
        }