Initializes a new instance of the EpsWriter class using the specified file name, width, and height.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public EpsWriter( string fileName, int width, int height )
Type: System.String
The name of the file to create this writer for.Type: System.Int32
The width of the resulting image.Type: System.Int32
The height of the resulting image.