Gets or sets a flag to support the Load and Save for 3D volumes.
            
            
            
            
            
            
            
            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.