Initializes a new instance of the PdfSettings class using the specified settings.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
public PdfSettings( CompressionType compression, int quality, bool isPrintingEnabled )
Type: Aurigma.GraphicsMill.Codecs.CompressionType
A CompressionType to write the image with. You can change it later through the Compression property.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.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.