iTextSharp.text.pdf.VerticalText.VerticalText C# (CSharp) Méthode

VerticalText() public méthode

public VerticalText ( PdfContentByte text ) : System
text PdfContentByte
Résultat System
        public VerticalText(PdfContentByte text)
        {
            this.text = text;
        }