Exemple #1
0
 /// <summary>
 /// Construct a <see cref="PdfWriter" /> instance with a custom image search path.
 /// </summary>
 /// <param name="options">PDF generation options.</param>
 public PdfWriter(PdfOptions options)
 {
     this.options = options;
 }
Exemple #2
0
 /// <summary>
 /// Construct a <see cref="PdfWriter" /> instance with default settings.
 /// </summary>
 public PdfWriter()
 {
     options = PdfOptions.Default;
 }