←Select platform

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

Leadtools.Dicom.Common Assembly