EpsSettings Constructor (CompressionType, Int32)

Initializes a new instance of the EpsSettings class using the specified compression type and quality.

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

Syntax

C#
public EpsSettings(
	CompressionType compression,
	int quality
)

Parameters

compression

Type: Aurigma.GraphicsMill.Codecs.CompressionType

A CompressionType to write the image with. You can change it later through the Compression property.
quality

Type: System.Int32

Raster quality in range [0, 100]. The default value is 75. You can change it later through the Compression property.

See Also

Reference