C# Class ImageProcessor.Web.Configuration.ImageProcessingSection

Represents an image processing section within a configuration file. Nested syntax adapted from
Inheritance: System.Configuration.ConfigurationSection
Exibir arquivo Open project: JimBobSquarePants/ImageProcessor Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetConfiguration ( ) : ImageProcessingSection

Retrieves the processing configuration section from the current application configuration.

Method Details

GetConfiguration() public static method

Retrieves the processing configuration section from the current application configuration.
public static GetConfiguration ( ) : ImageProcessingSection
return ImageProcessingSection