/// <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; }
/// <summary> /// Initializes a new instance of the <see cref="T:PdfResources" /> class. /// </summary> public PdfResources() { this.manager = new PdfResourcesManager(); this.procSet = 1; }