Exemplo n.º 1
0
 public void plotThisPage()
 {
     PlottingCommands plot = new PlottingCommands();
     plot.PlotToPDF();
 }
Exemplo n.º 2
0
        public void plotThisPage()
        {
            PlottingCommands plot = new PlottingCommands();

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

            plot.PlotToPDF();
        }