Error processing SSI file
LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

Show in webframe

SetRequestedImageThumbnail(RasterImage,Int32,Int32,Int32) Method






The thumbnail to be set.
The index of the thumbnail in the image.
The width of the original image.
The height of the original image.
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[]))
Syntax
public void SetRequestedImageThumbnail(    RasterImage image,    int index,    int width,    int height )
'Declaration   Public Overloads Sub SetRequestedImageThumbnail( _    ByVal image As RasterImage, _    ByVal index As Integer, _    ByVal width As Integer, _    ByVal height As Integer _ )
'Usage   Dim instance As MedicalViewerCell Dim image As RasterImage Dim index As Integer Dim width As Integer Dim height As Integer   instance.SetRequestedImageThumbnail(image, index, width, height)
public: void SetRequestedImageThumbnail(    RasterImage^ image,    int index,    int width,    int height )

Parameters

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.
Remarks
Requirements

Target Platforms

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

Error processing SSI file
Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features