PdfWriter.Compression Property

Gets or sets PDF compression type.

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

Syntax

C#
public CompressionType Compression { get; set; }

Property Value

A CompressionType to write the image with. The default value is Zip. For PDF containing images Jpeg can be significantly more effective.

See Also

Reference