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