Goran Bibic

Goran Bibic

  • 455
  • 2.9k
  • 180.3k

Rotate text itext sharp C#

Nov 9 2018 11:07 AM
Need to rotate text
 
Some help
 
  1. iTextSharp.text.Rectangle prevoznik = new iTextSharp.text.Rectangle(340f, 210f, 160f, 50f, 270);  
  2.   
  3. ColumnText ct = new ColumnText(cb);  
  4. ct.SetSimpleColumn(prevoznik);  
  5. ct.AddElement(new Paragraph("Some text. ", calibri2));  
  6. ct.Go(); 
 
 

Answers (1)