Example #1
0
 public Image(SingleFormatFile sourcePath) : base(sourcePath)
 {
 }
Example #2
0
 public SimpleEmbeddable(SingleFormatFile sourcePath)
 {
     this.SourcePath = sourcePath ?? throw new ArgumentNullException(nameof(sourcePath));
 }
Example #3
0
 public Pdf(SingleFormatFile sourcePath) : base(sourcePath)
 {
 }
Example #4
0
 public HtmlPage(SingleFormatFile sourcePath) : base(sourcePath)
 {
 }