Esempio n. 1
0
 public PageNumber()
 {
     FontOption = new FontOption("tahoma", new FontStyle(BaseColor.BLACK, 10f));
 }
Esempio n. 2
0
        // private string _template = "{{current}}/{{total}}";

        public PageHeaderOrFooter()
        {
            FontOption = new FontOption("tahoma", new FontStyle(BaseColor.BLACK, 10f));
        }