If you want to use the caption: coder you should do the following:
// convert.exe caption:'ImageMagick Rules OK!' caption_centered.gifusing (MagickImage image = new MagickImage()) { // Set options like background / font / color image.Read("caption:\"ImageMagick Rules OK\"'"); image.Write("caption_centered.gif"); }