ImageResizer  3.4.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Classes | Functions
Package ImageResizer.Plugins.BatchZipper

Classes

class  ItemEventArgs
 
class  JobEventArgs
 
class  JobCancelledException
 Not always the execption you'll see in the JobEvent handler when you cancel a job. More...
 
class  ItemResult
 Holds the result of a items resize and/or compression attempt. More...
 
class  JobResult
 
class  JobStats
 
class  BatchResizeItem
 Represents a file to resize/re-encode, the resize/encoding settings More...
 
class  BatchResizeSettings
 Use this to configure the a resize job. After you start the job, do not modify this instance. More...
 
class  BatchResizeWorker
 Synchronous worker class, not thread safe. Should be executed and touched by a single thread. More...
 
class  BatchResizeManager
 Handles the threading of a batch resize procedure. Use the static method to queue a resize on a thread pool thread More...
 

Functions

delegate void ItemCallback (ItemEventArgs e)
 
delegate void JobCallback (JobEventArgs e)