Beispiel #1
0
        public static IntPtr CreateGlobalSetting()
        {
            if (Log.IsTraceEnabled)
            {
                Log.Trace("T:" + Thread.CurrentThread.Name + " Creating global settings (wkhtmltopdf_create_global_settings)");
            }

            return(PechkinBindings.wkhtmltopdf_create_global_settings());
        }