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