LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SupportLoadSave Property

Show in webframe






Gets or sets a flag to support the Load and Save for 3D volumes.
Syntax
public bool SupportLoadSave {get; set;}
'Declaration
 
Public Property SupportLoadSave As Boolean
'Usage
 
Dim instance As Viewer3DOptions
Dim value As Boolean
 
instance.SupportLoadSave = value
 
value = instance.SupportLoadSave

            

            
public: __property bool get_SupportLoadSave();
public: __property void set_SupportLoadSave( 
   bool value
);
public:
property bool SupportLoadSave {
   bool get();
   void set (    bool value);
}

Property Value

True to support the Load and Save for 3D volumes.
Requirements

Target Platforms

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


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