The TargetFields Constructor includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Initializes a new instance of the TargetFields class.Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal targetID As String, _ ByVal target As String, _ ByVal subTarget As Range _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim targetID As String Dim target As String Dim subTarget As Range Dim instance As New TargetFields(targetID, target, subTarget) |
Parameters
- targetID
- A System.String used to absolutely identify the logical target that is being accessed.
- target
- A System.String used to specify the original named resource (often the name of a file on the server).
- subTarget
- A Range object used to qualify the original named resource through the specification of a byte range.
For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7