SaveAnnotations Method

Summary
Saves the annotation container(s) of a cell to a file.
Syntax
C#
C++/CLI
public void SaveAnnotations( 
   string fileName, 
   bool selected 
) 
            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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.