SaveStrings Method

Summary
Writes all the text and shortcut strings of the WorkstationMenuProperties properties in the Instance in XML format.
Syntax
C#
VB
C++
public static void SaveStrings( 
   Stream destination 
) 
  
Public Shared Sub SaveStrings( _ 
   ByVal destination As Stream _ 
)  
public: 
static void SaveStrings(  
   Stream^ destination 
)  

Parameters

destination
The System.IO.Stream to write the text to.

Remarks

The destination System.IO.Stream can be saved into a text file and edited then loaded again using the LoadStrings 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.