iTextSharp.text.pdf.VerticalText.VerticalText C# (CSharp) Method

VerticalText() public method

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
return System
        public VerticalText(PdfContentByte text)
        {
            this.text = text;
        }