Exemple #1
0
        public static IntPtr CreateObjectSettings()
        {
            if (Log.IsTraceEnabled)
            {
                Log.Trace("T:" + Thread.CurrentThread.Name + " Creating object settings (wkhtmltopdf_create_object_settings)");
            }

            return(PechkinBindings.wkhtmltopdf_create_object_settings());
        }
Exemple #2
0
        public static IntPtr CreateObjectSettings()
        {
            Tracer.Trace("T:" + Thread.CurrentThread.Name + " Creating object settings (wkhtmltopdf_create_object_settings)");

            return(PechkinBindings.wkhtmltopdf_create_object_settings());
        }