C# Класс ImageProcessor.Web.Processors.Format

Sets the output of the image to a specific format.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

Метод Описание
Format ( ) : System

Initializes a new instance of the Format class.

MatchRegexIndex ( string queryString ) : int

The position in the original string where the first character of the captured substring was found.

Приватные методы

Метод Описание
BuildRegex ( ) : Regex

Builds a regular expression from the T:ImageProcessor.Imaging.Formats.ISupportedImageFormat type, this allows extensibility.

ParseFormat ( string identifier ) : ISupportedImageFormat

Parses the input string to return the correct ISupportedImageFormat.

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

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

Initializes a new instance of the Format class.
public Format ( ) : System
Результат System

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

The position in the original string where the first character of the captured substring was found.
public MatchRegexIndex ( string queryString ) : int
queryString string /// The query string to search. ///
Результат int