Question : landscape

Using iTextSharp...I am trying do like this to make it landscape oriteantion it is not working..
Document doc = new Document(iTextSharp.text.PageSize.LETTER.Rotate);
1:
2:
3:
4:
5:
6:
7:
Document doc = new Document(iTextSharp.text.PageSize.LETTER, 10, 10, 42, 35);

       

                doc.Open();

        iTextSharp.text.Rectangle page = doc.PageSize;

Answer : landscape

No, the replication will restart automatically
Random Solutions  
 
programming4us programming4us