Example #1
0
 public int wkhtmltopdf_destroy_object_settings(IntPtr settings) => WkHtmlToXBindings.wkhtmltopdf_destroy_object_settings(settings);
Example #2
0
 public void DestroyObjectSetting(IntPtr settings)
 {
     WkHtmlToXBindings.wkhtmltopdf_destroy_object_settings(settings);
 }