コード例 #1
0
 public static void AddImage(this ExportDocument export, HtmlTag imageTag)
 {
     export.Add(imageTag.GetExportImage());
 }