コード例 #1
0
ファイル: WkHtmlModule.cs プロジェクト: thelok/DinkToPdf
 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));
 }