ImageMagick.MagickScript.ExecuteRePage C# (CSharp) Method

ExecuteRePage() private static method

private static ExecuteRePage ( MagickImageCollection collection ) : MagickImage
collection MagickImageCollection
return MagickImage
    private static MagickImage ExecuteRePage(MagickImageCollection collection)
    {
      collection.RePage();
      return null;
    }
    private static MagickImage ExecuteReverse(MagickImageCollection collection)

Same methods

MagickScript::ExecuteRePage ( MagickImage image ) : void
MagickScript