C#
VB
C++
Initializes a new MedicalViewerCell class object that has an image that can be set to fit within the image.
public MedicalViewerCell(
RasterImage image,
bool fit
)
Public Function New( _
ByVal image As Leadtools.RasterImage, _
ByVal fit As Boolean _
)
public:
MedicalViewerCell(
Leadtools.RasterImage^ image,
bool fit
)
image
The image that will be attached to this cell.
fit
true to fit the image within the cell area; otherwise, false.
For an example, refer to MedicalViewer
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