Beispiel #1
0
        public static string GetProgressDescription(IntPtr converter)
        {
            if (Log.IsTraceEnabled)
            {
                Log.Trace("T:" + Thread.CurrentThread.Name + " Requesting progress string (wkhtmltopdf_progress_string)");
            }

            return(Marshal.PtrToStringAnsi(PechkinBindings.wkhtmltopdf_progress_string(converter)));
        }