The trick to do is in ImageMagick is by specifying a with or height that is zero for the value that you want to have calculated. An image with a height of zero pixels is not that useful so that is why this value was picked.
using(MagickImage image = new MagickImage("logo:")) { image.Resize(3000,0); }