コード例 #1
0
ファイル: hpdf.cs プロジェクト: adminchen/papercrop
 private static extern uint HPDF_AddPageLabel(IntPtr pdf, uint page_num,
     HPdfPageNumStyle style, uint first_page, string prefix);
コード例 #2
0
ファイル: hpdf.cs プロジェクト: adminchen/papercrop
 public void AddPageLabel(uint page_num, HPdfPageNumStyle style,
     uint first_page, string prefix)
 {
     HPDF_AddPageLabel(hpdf, page_num, style, first_page, prefix);
 }