The GetInformationResponse Class is available in LEADTOOLS Document and Medical Imaging toolkits.
The GetInformationResponse object provides options for the IRasterService.GetInformation operation.
| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")> Public Class GetInformationResponse | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As GetInformationResponse | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")] public class GetInformationResponse | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Raster.DataContracts/2009/01", Name="GetInformationResponse")] public ref class GetInformationResponse | |
For an example, refer to GetInformationRequest.
System.Object
Leadtools.Services.Raster.DataContracts.GetInformationResponse
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code