LoadStrings Method

Summary
Loads all the text and shortcut strings in the provided source into the corresponding property in the Instance
Syntax
C#
VB
C++
public static void LoadStrings( 
   Stream source 
) 
  
Public Shared Sub LoadStrings( _ 
   ByVal source As Stream _ 
)  
public: 
static void LoadStrings(  
   Stream^ source 
)  

Parameters

source
A System.IO.Stream that contains the text to be loaded into the class.

Remarks

The stream format in the source must macth the value in the SaveStrings method

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.