Visual Basic (Declaration) | |
---|---|
Public Class MedicalWebViewerStreamer Inherits ServiceStreamer(Of RasterImage, Object) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class MedicalWebViewerStreamer : ServiceStreamer<RasterImage, object> |
C++/CLI | |
---|---|
public ref class MedicalWebViewerStreamer : public ServiceStreamer<RasterImage, Object> |
This class implements the abstract methods for the Generic ServiceStreamer class to asynchronously stream the requested series images and update the MedicalViewer control.
When streaming images the MedicalWebViewerStreamer will use the low-memory usage feature of the MedicalViewer control which allows images for cells that are not visible to be unloaded from memory and then re-loaded when they are once again visible. The MedicalWebViewerStreamer will store the images and information in the user cache for fast retrieval in future requests.
System.Object
Leadtools.Web.Services.ServiceStreamer<RasterImage, Object>
Leadtools.Dicom.Web.MedicalWebViewerStreamer
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family, Windows Server 2008 family