public void GxDrawBitMap(string bitmap, int left, int top, int right, int bottom, int aspectRatio) { bitmap = ReportUtils.AddPath(bitmap, _appPath); _pdfReport.GxDrawBitMap(bitmap, left, top, right, bottom, aspectRatio); }