Leadtools.MedicalViewer Namespace : MedicalViewerFileOperation Enumeration |
public enum MedicalViewerFileOperation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MedicalViewerFileOperation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As MedicalViewerFileOperation
public enum class MedicalViewerFileOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Create | Create the file when saving. If the file already exists, overwrite it. |
0x00000001 | Append | Append the file when saving. If the file does not exist, create it. |
0x00000002 | Replace | Replace the page when saving. |
0x00000003 | Insert | Inserts a page into the file. If the file does not exist, it creates one. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerFileOperation