←Select platform

MedicalViewerFileOperation Enumeration

Summary

Specifies which operations are performed when saving annotations or regions.

Syntax

C#
VB
C++
public enum MedicalViewerFileOperation 
  
Public Enum MedicalViewerFileOperation  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
             
            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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly