C# Class ImageProcessor.Web.Plugins.PostProcessor.PostProcessingResultEventArgs

The post processing result event arguments. Many thanks to Azure Image Optimizer
Inheritance: System.EventArgs
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Public Methods

Method Description
PostProcessingResultEventArgs ( string resultFileName, long length ) : System

Initializes a new instance of the PostProcessingResultEventArgs class.

ToString ( ) : string

Returns a string that represents the current object.

Method Details

PostProcessingResultEventArgs() public method

Initializes a new instance of the PostProcessingResultEventArgs class.
public PostProcessingResultEventArgs ( string resultFileName, long length ) : System
resultFileName string The original file name.
length long The original file length in bytes.
return System

ToString() public method

Returns a string that represents the current object.
public ToString ( ) : string
return string