PdfImageFrame.DeflateQuality Property

Gets or sets the Deflate quality.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public int DeflateQuality { get; set; }
VB
Public Property DeflateQuality As Integer
	Get
	Set

Property Value

Type: Int32
The quality to use in Deflate encoder.

Remarks

The Deflate quality value should be between 0 and 9 inclusive.

The quality value of 9 gives best compression.

See Also