Namespace: BitMiracle.Docotic.Pdf
public void ResizeTo( int width, int height, PdfImageCompression compression )
Public Sub ResizeTo ( width As Integer, height As Integer, compression As PdfImageCompression )
This method uses default options for specified compression scheme.
Please use ResizeTo(Int32, Int32, PdfImageCompression, Int32) overload if you want to tune up compression scheme.
This method throws UnsupportedImageException when used on an inline image. You can check IsInline property before invoking this method.