Image Resizer : API Documentation

Type ResizeImageDelegate

Namespace ImageResizer.Caching

Parent MulticastDelegate

A callback method that will resize, encode, and write the data to the given stream. Callback may throw FileNotFoundException when running on top of an optimistic VPP

Methods

Properties

Public instance methods

IAsyncResult BeginInvoke(Stream s, AsyncCallback callback, object object)

void Invoke(Stream s)

Public properties

MethodInfo Method get;

object Target get;