On page have text but I cant rotate
Some help?
- iTextSharp.text.Rectangle prevoznik = new iTextSharp.text.Rectangle(340f, 210f, 160f, 50f, 180);
- ColumnText ct = new ColumnText(cb);
- ct.SetSimpleColumn(prevoznik);
- ct.AddElement(new Paragraph("Probni tekst. ", calibri2));
- ct.Go();
Goran BibicPosted Nov 1, 2018, 9:31 AM
Raja TPosted Oct 31, 2018, 5:21 AM