LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

SupportLoadSave Property







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 bool SupportLoadSave {get; set;}
 get_SupportLoadSave();
set_SupportLoadSave(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Viewer3DOptions Class
Viewer3DOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.