←Select platform

Image Property

Summary

Gets or sets the image that is requested by the Medical Viewer engine and the Medical 3D Engine.

Syntax

C#
VB
C++
public RasterImage Image { get; set; } 
  
Public Property Image As Leadtools.RasterImage 
             
            public: 
property Leadtools.RasterImage^ Image { 
   Leadtools.RasterImage^ get(); 
   void set (    Leadtools.RasterImage^ ); 
} 
             

Property Value

Leadtools.RasterImage that represents the requested image, which is requested by the Medical Viewer engine and the Medical 3D Engine.

Remarks

The reason for requesting the image is that the MedicalViewer will need to create some internal 3D object in order to be able to extract a Derivative Image, which is an image that resulted from the Cut plane feature. For more information, refer to MedicalViewerReferenceLineProperties.CutLines and MedicalViewerReferenceLineProperties.DoubleCutLines.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly