C# Class ImageMagick.Web.MagickWebSettings

Class that contains the settings for Magick.NET.Web.
Inheritance: System.Configuration.ConfigurationSection
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Private Properties

Свойство Type Description
GetDirectory string
GetTempDirectory string

Méthodes protégées

Méthode Description
PostDeserialize ( ) : void

Called after deserialization.

Private Methods

Méthode Description
GetDirectory ( string directory ) : string
GetTempDirectory ( string tempDirectory ) : string

Method Details

PostDeserialize() protected méthode

Called after deserialization.
protected PostDeserialize ( ) : void
Résultat void