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 MedicalViewerFileOperation : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.MedicalViewer.MedicalViewerFileOperation = function() { }; Leadtools.MedicalViewer.MedicalViewerFileOperation.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class MedicalViewerFileOperation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Append | Append the file when saving. If the file does not exist, create it. |
Create | Create the file when saving. If the file already exists, overwrite it. |
Insert | Inserts a page into the file. If the file does not exist, it creates one. |
Replace | Replace the page when saving. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerFileOperation
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2