示例#1
0
 public void plotThisPage()
 {
     PlottingCommands plot = new PlottingCommands();
     plot.PlotToPDF();
 }
        public void plotThisPage()
        {
            PlottingCommands plot = new PlottingCommands();

            plot.PlotToPDF("E:\\Plottefil\\PDF\\" + "test" + ".pdf");
        }
        public void plotThisPage()
        {
            PlottingCommands plot = new PlottingCommands();

            plot.PlotToPDF();
        }