3
Answers

How to change Pdf page orientation portrait to landscape c#

I used this code
 
iTextSharp.text.Document pdfdoc = new iTextSharp.text.Document(iTextSharp.text.PageSize.A4.Rotate(), 12f, 12f, 12f, 12f);
 
still in portrait mode?
 
Plz share your answer.
Answers (3)