1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27:
protected пустое btnPrint_Click (прислужник предмета, EventArgs e) { Документ doc = новый документ (); doc.SetPageSize (PageSize.A4.Rotate ()); doc.NewPage (); Сочинитель PdfWriter = PdfWriter.GetInstance (doc, Response.OutputStream); Response.ContentType = «применение/PDF»; Response.AddHeader («Содержани-Решение», «приложение; filename=Myfile» + lblDate.Text + «.pdf»); doc. Раскройте (); страница iTextSharp.text.Rectangle = doc.PageSize; //date Параграф p = новый параграф (lblDate.Text, новое iTextSharp.text.Font (iTextSharp.text.Font.DEFAULTSIZE, 12f)); p.Alignment = 1; //this выравнивает для того чтобы центризовать doc. Добавьте (p); //logo логос iTextSharp.text.Image = iTextSharp.text.Image.GetInstance (Request.MapPath («~/images/logoPDF.jpg»)); логос. Выравнивание = iTextSharp.text.Image.ALIGN_LEFT; logo.ScalePercent (20f); doc. Добавьте (логос);