The MedicalViewerFileOperation Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies which operations are performed when saving annotations or regions.| Visual Basic (Declaration) | |
|---|---|
Public Enum MedicalViewerFileOperation Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MedicalViewerFileOperation | |
| C# | |
|---|---|
public enum MedicalViewerFileOperation : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class MedicalViewerFileOperation : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Append | Append the file when saving. If the file doesn't exist, create it. |
| Create | Create the file when saving. If the file already exists, overwrite it. |
| Insert | Insert a page into the file. If the file doesn't exist, create it. |
| Replace | Replace the page when saving. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerFileOperation
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code