Initializes a new instance of the TargetFields class.
public TargetFields(
string targetID,
string target,
Range subTarget
)
Public Function New( _
ByVal targetID As String, _
ByVal target As String, _
ByVal subTarget As Leadtools.Jpip.Range _
)
public:
TargetFields(
String^ targetID,
String^ target,
Leadtools.Jpip.Range^ subTarget
)
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET