GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / DisplayFromHTTP Method





In This Topic
DisplayFromHTTP Method (GdViewer)
In This Topic
Syntax
'Declaration
 
Public Function DisplayFromHTTP( _
   ByVal Host As String, _
   ByVal Path As String, _
   ByVal HTTPPort As Integer _
) As GdPictureStatus
public GdPictureStatus DisplayFromHTTP( 
   string Host,
   string Path,
   int HTTPPort
)
public function DisplayFromHTTP( 
    Host: String;
    Path: String;
    HTTPPort: Integer
): GdPictureStatus; 
public function DisplayFromHTTP( 
   Host : String,
   Path : String,
   HTTPPort : int
) : GdPictureStatus;
public: GdPictureStatus DisplayFromHTTP( 
   string* Host,
   string* Path,
   int HTTPPort
) 
public:
GdPictureStatus DisplayFromHTTP( 
   String^ Host,
   String^ Path,
   int HTTPPort
) 

Parameters

Host
Path
HTTPPort
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members