←Select platform

MedicalViewerFileOperation Enumeration

Summary

Specifies which operations are performed when saving annotations or regions.

Syntax

C#
VB
C++
public enum MedicalViewerFileOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.MedicalViewer Assembly
Click or drag to resize