Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(int32,int32,medicalviewerimageinformation[]))
public void SetRequestedImageThumbnail(
RasterImage image,
int index,
int width,
int height
)
Public Overloads Sub SetRequestedImageThumbnail( _
ByVal image As Leadtools.RasterImage, _
ByVal index As Integer, _
ByVal width As Integer, _
ByVal height As Integer _
)
public:
void SetRequestedImageThumbnail(
Leadtools.RasterImage^ image,
int index,
int width,
int height
)
image
The thumbnail to be set.
index
The index of the thumbnail in the image.
width
The width of the original image.
height
The height of the original image.
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