Esempio n. 1
0
 private static IMagickImage ExecuteRePage(IMagickImageCollection collection)
 {
     collection.RePage();
     return(null);
 }