Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:PdfResources" /> class.
 /// </summary>
 /// <param name="manager">The manager.</param>
 internal PdfResources(PdfResourcesManager manager)
 {
     this.manager = new PdfResourcesManager();
     this.procSet = 1;
     this.manager = manager;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:PdfResources" /> class.
 /// </summary>
 public PdfResources()
 {
     this.manager = new PdfResourcesManager();
     this.procSet = 1;
 }