Opens a file on the server and loads meta-data, the header, and the lowest resolution that fits the view window.
public void Open(
string fileName
)
Public Sub Open( _
ByVal fileName As String _
)
public:
void Open(
String^ fileName
)
fileName
The file name on the server side .
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.
For an example that creates and opens several JpipRasterImageViewer objects, refer to JpipRasterImageViewer.
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