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

Encapsulates methods to control preservation of meta information.
Наследование: IWebGraphicsProcessor
Показать файл Открыть проект

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

Метод Описание
MatchRegexIndex ( string queryString ) : int

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

Meta ( ) : System.Text.RegularExpressions

Initializes a new instance of the Meta class.

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

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

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

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