public void Bold(bool boldtype) { PrinterServiceFunction function = new Bold(this); function.AddParameter("boldType", boldtype); function.RunFunction(); }