Exemple #1
0
 public void SetInfoDateAttr(HPdfInfoType type, HPdfDate value)
 {
     HPDF_SetInfoDateAttr(hpdf, type, value);
 }
Exemple #2
-1
 private static extern uint HPDF_SetInfoDateAttr(IntPtr pdf,
     HPdfInfoType type, HPdfDate value);