C#
VB
C++
Specifies which operations are performed when saving annotations or regions.
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
Value | Member | Description |
---|---|---|
0 | Create | Create the file when saving. If the file already exists, overwrite it. |
1 | Append | Append the file when saving. If the file does not exist, create it. |
2 | Replace | Replace the page when saving. |
3 | Insert | Inserts a page into the file. If the file does not exist, it creates one. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET