The Configuration Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Get or set the JpipServerConfiguration object.| Visual Basic (Declaration) | |
|---|---|
Public Property Configuration As JpipServerConfiguration | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipServer Dim value As JpipServerConfiguration instance.Configuration = value value = instance.Configuration | |
| C# | |
|---|---|
public JpipServerConfiguration Configuration {get; set;} | |
| C++/CLI | |
|---|---|
public: property JpipServerConfiguration^ Configuration { JpipServerConfiguration^ get(); void set ( JpipServerConfiguration^ value); } | |
Property Value
A JpipServerConfiguration object which holds the configuration information of the Leadtools.Jpip.Server.JpipServer.For an example, refer to Leadtools.Jpip.Server.JpipServer.
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