コード例 #1
0
 public static void Save(this PdfInfo pdfInfo, string file)
 {
     File.WriteAllBytes(file, pdfInfo.GetBytes());
 }