PdfSettings Constructor (CompressionType, Int32, Boolean)

Initializes a new instance of the PdfSettings class using the specified settings.

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

Syntax

C#
public PdfSettings(
	CompressionType compression,
	int quality,
	bool isPrintingEnabled
)

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. You can change it later through the Quality property.
isPrintingEnabled

Type: System.Boolean

true if the image should be printed when the user opens it; otherwise, false. You can change it later through the IsPrintingEnabled property.

See Also

Reference