The MedicalViewerSetImageOptions Enumeration is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
Specifies whether to insert the image or replace the existing one.Visual Basic (Declaration) | |
---|---|
Public Enum MedicalViewerSetImageOptions Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerSetImageOptions |
C# | |
---|---|
public enum MedicalViewerSetImageOptions : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class MedicalViewerSetImageOptions : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Insert | Insert the image. |
Replace | Replace the current image. This is useful if the user set a thumbnail first before setting the actual image. |
System.Object
System.ValueType
System.Enum
Leadtools.MedicalViewer.MedicalViewerSetImageOptions
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7