示例#1
0
 public int wkhtmltopdf_current_phase(IntPtr converter) => WkHtmlToXBindings.wkhtmltopdf_current_phase(converter);
示例#2
0
 public int GetCurrentPhase(IntPtr converter)
 {
     return(WkHtmlToXBindings.wkhtmltopdf_current_phase(converter));
 }