The TargetFields Class includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Defines all of the fields necessary to request a target image.
| Visual Basic (Declaration) | |
|---|---|
Public Class TargetFields | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TargetFields | |
| C# | |
|---|---|
public class TargetFields | |
| C++/CLI | |
|---|---|
public ref class TargetFields | |
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
A client uses this class to specify the target image for the request.
A client usually uses the Target property to specify the name (path) of the image of interest to which the response data will be returned.
System.Object
Leadtools.Jpip.TargetFields
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