creating .eps image with C#

  • Thread starter Thread starter Phong Pham
  • Start date Start date
P

Phong Pham

Hi everyone! Can anyone show me or point me in the right direction on how to
create an EPS image file in C#?
I've tried creating bitmaps and jpeg files but I need to create an image
file in an EPS file format for printing graphs.

I'm converting a C++ chart generating program to .NET and in the C++
program, I used postscript printer driver in order
to print the graph to file.

Thanks
phong
 
Back
Top