SvgSettings Constructor (CompressionType)

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

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

Syntax

C#
public SvgSettings(
	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