The JpipConfiguration Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Reads configuration values from a configuration file.
| Visual Basic (Declaration) | |
|---|---|
Public Class JpipConfiguration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipConfiguration | |
| C# | |
|---|---|
public class JpipConfiguration | |
| C++/CLI | |
|---|---|
public ref class JpipConfiguration | |
The class reads the configuration values defined in the 'appSettings' section from the application configuration file.
If a configuration value is not found in the configuration file, default values will be returned. You can read all default values from ConfigurationDefaults.
System.Object
Leadtools.Jpip.Server.JpipConfiguration
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code