You can do it like this:
Everything that is possible with MagickScript is possible with the classes of Magick.NET.
using (MagickImage image = new MagickImage()) { image.SetOption(MagickFormat.Jpeg, "size", "128x128"); }