Exemplo n.º 1
0
 public void SetPageLayout(HPdfPageLayout layout)
 {
     HPDF_SetPageLayout(hpdf, layout);
 }
Exemplo n.º 2
0
 private static extern uint HPDF_SetPageLayout(IntPtr pdf,
     HPdfPageLayout layout);