public virtual bool GxPrTextInit(string output, ref int gxXPage, ref int gxYPage, string psIniFile, string psForm, string sPrinter, int nMode, int nPaperLength, int nPaperWidth, int nGridX, int nGridY, int nPageLines)
        {
            bool ret = _pdfReport.GxPrTextInit(output, ref gxXPage, ref gxYPage, psIniFile, psForm, sPrinter, nMode, nPaperLength, nPaperWidth, nGridX, nGridY, nPageLines);

            return(ret);
        }