private void btnDrawRuledLine_Click(object sender, System.EventArgs e) { try { _printer.DrawRuledLine(CurrentStation, "0,500", LineDirection.Horizontal, 1, LineStyle.BrokenLine, 1); } catch (Exception ae) { ShowException(ae); } }