Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:PdfDocumentCatalog" /> class.
 /// </summary>
 public PdfDocumentCatalog()
 {
     this.info     = new PdfInfo();
     this.outlines = new PdfOutline();
     this.Init();
 }