예제 #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));
 }