EpsWriter Constructor

Initializes a new instance of the EpsWriter class

Overload List

Name Description
Public method EpsWriter(Stream)

Initializes a new instance of the EpsWriter class using the specified Stream.

Public method EpsWriter(String)

Initializes a new instance of the EpsWriter class using the specified file name.

Public method EpsWriter(Stream, Int32, Int32)

Initializes a new instance of the EpsWriter class using the specified Stream, width and height.

Public method EpsWriter(String, Int32, Int32)

Initializes a new instance of the EpsWriter class using the specified file name, width, and height.

Public method EpsWriter(Stream, Int32, Int32, Single, Single)

Initializes a new instance of the EpsWriter class using the specified Stream, width, height, and resolution.

Public method EpsWriter(String, Int32, Int32, Single, Single)

Initializes a new instance of the EpsWriter class using the specified file name, width, height, and resolution.

See Also

Reference