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