←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly