Example #1
0
 public void HPDF_Doc_SetCurrentPage(HPDF_Page page)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Doc_SetCurrentPage");
 }
Example #2
0
 public HPDF_Page HPDF_InsertPage(HPDF_Page taget)
 {
     LibLogger.Debug(this.GetType(), "HPDF_InsertPage");
     return(null);
 }
Example #3
0
 public HPDF_Destination(HPDF_Page target, HPDF_Xref xref)
 {
     LibLogger.Debug(this.GetType(), "HPDF_Destination");
 }