Goran Bibic

Goran Bibic

  • 478
  • 2.9k
  • 200.8k

Rotate text itext sharp rectangle C#

Oct 28 2018 5:58 AM
Need rotate text for 90'

On page have text but I cant rotate

Some help?
 
  1. iTextSharp.text.Rectangle prevoznik = new iTextSharp.text.Rectangle(340f, 210f, 160f, 50f, 180);  
  2.   
  3.   
  4.   
  5.   
  6.   
  7. ColumnText ct = new ColumnText(cb);  
  8. ct.SetSimpleColumn(prevoznik);  
  9.  ct.AddElement(new Paragraph("Probni tekst. ", calibri2));  
  10. ct.Go(); 
 

Answers (2)