EpsWriter Constructor (Stream, Int32, Int32, Single, Single)

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

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public EpsWriter(
	Stream stream,
	int width,
	int height,
	float dpiX,
	float dpiY
)

Parameters

stream

Type: System.IO.Stream

The Stream to create this writer on.
width

Type: System.Int32

The width of the resulting image.
height

Type: System.Int32

The height of the resulting image.
dpiX

Type: System.Single

The horizontal resolution of the resulting image in DPI.
dpiY

Type: System.Single

The vertical resolution of the resulting image in DPI.

See Also

Reference