LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

SetRequestedImageThumbnail(RasterImage,Int32,Int32,Int32) Method

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

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