Namespace: BitMiracle.Docotic.Pdf
public void RecompressWithFlate( int deflateQuality )
Public Sub RecompressWithFlate ( deflateQuality As Integer )
The Deflate quality value should be between 0 and 9 inclusive.
The quality value of 9 gives best compression.
This method throws UnsupportedImageException when used on an inline image. You can check IsInline property before invoking this method.