Example #1
0
 public Document()
 {
     PageRoot = new PageRoot
     {
         Document = this
     };
     _catalog = new Catalog
     {
         Document = this
     };
     Fonts.AddRange(TypeFaces.Fonts.Styles());
 }