LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
LoadOptions Method
See Also 
Leadtools.Medical.Workstation Namespace > ModalityOptionsManager Class : LoadOptions Method




source
The System.IO data stream that contains the ModalityOptionsCollection.
source
The System.IO data stream that contains the ModalityOptionsCollection.
Loads the modality options from the specified ModalityOptionsCollection data stream.

Syntax

Visual Basic (Declaration) 
Public Sub LoadOptions( _
   ByVal source As Stream _
) 
Visual Basic (Usage)Copy Code
Dim instance As ModalityOptionsManager
Dim source As Stream
 
instance.LoadOptions(source)
C# 
public void LoadOptions( 
   Stream source
)
Managed Extensions for C++ 
public: void LoadOptions( 
   Stream* source
) 
C++/CLI 
public:
void LoadOptions( 
   Stream^ source
) 

Parameters

source
The System.IO data stream that contains the ModalityOptionsCollection.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also