EpsSettings Constructor (CompressionType)

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

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

Syntax

C#
public EpsSettings(
	CompressionType compression
)

Parameters

compression

Type: Aurigma.GraphicsMill.Codecs.CompressionType

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

See Also

Reference