Namespace: BitMiracle.Docotic.Pdf
Assembly: BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
public void ResizeTo( int width, int height, PdfImageCompression compression, int option )
Public Sub ResizeTo ( _ width As Integer, _ height As Integer, _ compression As PdfImageCompression, _ option As Integer _ )
If compression is None then option parameter is ignored.
If compression is Flate then option parameter should specify compression quality (value should be between 0 and 9 inclusive).
If compression is Group3Fax or Group4Fax then option parameter should specify a threshold level (value should be between 0 and 255 inclusive).
If compression is Jpeg then option parameter should specify a JPEG quality (value should be between 1 and 100 inclusive).