MedicalViewerFileOperation Enumeration

Summary
Specifies which operations are performed when saving annotations or regions.
Syntax
C#
C++/CLI
public enum MedicalViewerFileOperation 
            public enum class MedicalViewerFileOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0Create Create the file when saving. If the file already exists, overwrite it.
1Append Append the file when saving. If the file does not exist, create it.
2Replace Replace the page when saving.
3Insert Inserts a page into the file. If the file does not exist, it creates one.
Requirements

Target Platforms

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

Leadtools.MedicalViewer Assembly

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