←Select platform

Target Property

Summary

Gets or sets the requested resource from the server.

Syntax

C#
VB
C++
public string Target { get; set; } 
  
Public Property Target As String 
public: 
property String^ Target { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A System.String used to specify the original named resource (often the name of a file on the server).

Remarks

This field is used to specify the original named resource (image name/path on the server). If this property is null or System.String.Empty then the image is determined by other means.

If the value of this field is not specified the server will use the path of the URI specified in an HTTP request

Example

For an example, refer to Leadtools.Jpip.RequestEncoder.HttpRequestEncoder.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip Assembly