2
Answers

Rotate text itext sharp rectangle C#

Goran Bibic

Goran Bibic

6y
3.8k
1
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)