LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Viewer3DOptions Class Members
See Also  Properties  Events
Leadtools.Medical.Workstation.UI Namespace : Viewer3DOptions Class

The following tables list the members exposed by Viewer3DOptions.

Public Constructors

 NameDescription
public Constructor Viewer3DOptions ConstructorInitializes a new instance of the Viewer3DOptions class.  
Top

Public Properties

 NameDescription
public Property EnabledGets or sets a flag to enable or disable all the 3D options.  
public Property EnableRaisingChangeEventGets or sets whether to raise the OptionsChanged event when a property value change.  
public Property SupportAllCellsGets or sets whether the 3D support is for all Leadtools.MedicalViewer.MedicalViewerMultiCell displayed in the WorkstationViewer or specific cells.  
public Property SupportCutplaneGets or sets a flag to support creating a cut-plane from 2D images.  
public Property SupportedCellsGets the Leadtools.MedicalViewer.MedicalViewerMultiCell controls that support 3D features.  
public Property SupportLoadSaveGets or sets a flag to support the Load and Save for 3D volumes.  
Top

Public Events

 NameDescription
public Event OptionsChangedOccurs when any 3D option property change.  
Top

See Also