Initializes a new instance of the EpsWriter class
Name | Description | |
---|---|---|
EpsWriter(Stream) |
Initializes a new instance of the EpsWriter class using the specified Stream. |
|
EpsWriter(String) |
Initializes a new instance of the EpsWriter class using the specified file name. |
|
EpsWriter(Stream, Int32, Int32) |
Initializes a new instance of the EpsWriter class using the specified Stream, width and height. |
|
EpsWriter(String, Int32, Int32) |
Initializes a new instance of the EpsWriter class using the specified file name, width, and height. |
|
EpsWriter(Stream, Int32, Int32, Single, Single) |
Initializes a new instance of the EpsWriter class using the specified Stream, width, height, and resolution. |
|
EpsWriter(String, Int32, Int32, Single, Single) |
Initializes a new instance of the EpsWriter class using the specified file name, width, height, and resolution. |