There is no Async version of the write method but you can still cancel it. The MagickImage class has a Progress event that will tell you the progress of operations on the image. If you set Cancel of ProgressEventArgs to true it will stop the write operations. This will not work for all formats. Formats that use a delegate (executable) cannot be cancelled.
↧