PdfImageFrames.SetDeflateQuality Method

Sets the Deflate quality for all frames.

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

Syntax

C#
public void SetDeflateQuality(
	int quality
)
VB
Public Sub SetDeflateQuality ( 
	quality As Integer
)

Parameters

quality
Type: System.Int32
The quality to set.

Remarks

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

The quality value of 9 gives best compression.

See Also