SaveAnnotations Method

Summary

Saves the annotation container(s) of a cell to a file.

Syntax
C#
VB
C++
public void SaveAnnotations( 
   string fileName, 
   bool selected 
) 
  
Public Overloads Sub SaveAnnotations( _ 
   ByVal fileName As String, _ 
   ByVal selected As Boolean, _ 
)  
            public: 
void SaveAnnotations(  
   String^ fileName, 
   bool selected 
)  

Parameters

fileName
A string that contains the path to the file to save the annotation container to.

selected
True to save only the selected annotation objects. False to save all the annotation objects.

Remarks

This method will save annotations to a file. To load the annotations, use the MedicalViewerMultiCell.LoadAnnotations method.

For more information, refer to Working With Annotations.

Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly