public bool PdfIntro(PdfDocument doc, PdfSection sec, string note, string imageLocation, int lineCount, bool argument)
 {
     sec = doc.Sections.Add();
     sec.PageSettings.Width = PdfPageSize.A4.Width;
     return(pdfOp.IntroPdf(sec, Global.Session.Instance.MyUser.Name, Global.Session.Instance.MyUser.Surname, Global.Session.Instance.MyUser.Email, note, imageLocation, lineCount, argument));
 }