Open Method

Summary

Opens a file on the server and loads meta-data, the header, and the lowest resolution that fits the view window.

Syntax
C#
VB
C++
public void Open( 
   string fileName 
) 
  
Public Sub Open( _ 
   ByVal fileName As String _ 
)  
public: 
void Open(  
   String^ fileName 
)  

Parameters

fileName
The file name on the server side .

Remarks

Before calling this function, set IPAddress, PacketSize, and PortNumber.

The method perform an asynchronous call so the image is not actually opened and streamed until the FileOpened event is fired.

Example

For an example that creates and opens several JpipRasterImageViewer objects, refer to JpipRasterImageViewer.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Jpip.Client.WinForms Assembly