Method SetDeflateQuality
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
SetDeflateQuality(int)
Sets the Deflate quality for all frames.
public void SetDeflateQuality(int quality)
Parameters
quality
intThe quality to set.
Remarks
The Deflate quality value should be between 0 and 9 inclusive.
The quality value of 9 gives best compression.