C# Класс ImageProcessor.Web.Plugins.PostProcessor.PostProcessingResultEventArgs

The post processing result event arguments. Many thanks to Azure Image Optimizer
Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
PostProcessingResultEventArgs ( string resultFileName, long length ) : System

Initializes a new instance of the PostProcessingResultEventArgs class.

ToString ( ) : string

Returns a string that represents the current object.

Описание методов

PostProcessingResultEventArgs() публичный Метод

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.
Результат System

ToString() публичный Метод

Returns a string that represents the current object.
public ToString ( ) : string
Результат string