Ejemplo n.º 1
0
 public int wkhtmltopdf_current_phase(IntPtr converter) => WkHtmlToXBindings.wkhtmltopdf_current_phase(converter);
Ejemplo n.º 2
0
 public int GetCurrentPhase(IntPtr converter)
 {
     return(WkHtmlToXBindings.wkhtmltopdf_current_phase(converter));
 }