Save Method

Summary

Saves the specified filename.

Syntax
C#
VB
C++
public void Save( 
   string filename 
) 
Public Sub Save( _ 
   ByVal filename As String _ 
)  
public: 
void Save(  
   String^ filename 
)  

Parameters

filename
The filename.

Remarks

The TagMacros are serialized to disk in an XML format.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly