PdfImage.ResizeTo Method

Resizes image to specified width and height and compresses it using specified compression scheme.

Overload List

  NameDescription
Public methodResizeTo(Int32, Int32, PdfImageCompression)
Resizes image to specified width and height and compresses it using specified compression scheme.
Public methodResizeTo(Int32, Int32, PdfImageCompression, Int32)
Resizes image to specified width and height and compresses it using specified compression scheme.

See Also