예제 #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);
 }