private static IMagickImage ExecuteRePage(IMagickImageCollection collection) { collection.RePage(); return(null); }