wangzelong
2022-09-20 f2567c7e2afc6f377be549c8ce440edc3c35c36a
Application/IStation.Application.DataFile/Helpers/ITextSharpPdfHeadAndFooterHelper.cs
ÎļþÃû´Ó Application/IStation.Application.DataFile/Report/Helper/ITextSharpPdfHeadAndFooterHelper.cs ÐÞ¸Ä
@@ -43,7 +43,7 @@
            Font fontfooter = new Font(BsFont, 10);
            PdfContentByte cbs = writer.DirectContent;
            cbs.SetCharacterSpacing(1.3f); //设置文字显示时的字间距
            Phrase footer = new Phrase(DateTime.Now.ToShortDateString(), fontfooter);
            Phrase footer = new Phrase("生成日期:"+DateTime.Now.ToShortDateString(), fontfooter);
            ColumnText.ShowTextAligned(cbs, Element.ALIGN_CENTER, footer,
                document.Right / 2, document.Bottom, 0);