예제 #1
0
파일: hpdf.cs 프로젝트: adminchen/papercrop
 public void SetPageLayout(HPdfPageLayout layout)
 {
     HPDF_SetPageLayout(hpdf, layout);
 }
예제 #2
0
파일: hpdf.cs 프로젝트: adminchen/papercrop
 private static extern uint HPDF_SetPageLayout(IntPtr pdf,
     HPdfPageLayout layout);