SvgSettings Constructor (CompressionType, Int32)

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

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

Syntax

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

The JPEG quality in range [0, 100]. Makes sense if only the compression is set to Jpeg.

See Also

Reference