Your code should be changed to this:
Or maybe I understand incorrectly what you want to accomplish.
privatestaticvoid ForceLetterbox(MagickImage image) { image.Extent(300, 300, Gravity.Center, new MagickColor("White")); }