Visual Basic (Declaration) | |
---|---|
Public Enum DicomDirInsertFileCommand Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomDirInsertFileCommand |
C# | |
---|---|
public enum DicomDirInsertFileCommand : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomDirInsertFileCommand : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
Continue | Keep adding DICOM files to the Directory. |
Skip | Skip the addition of the current DICOM file. This can be done only during the first call to the callback method DicomDir.OnInsertFile for the file to be skipped. |
Stop | Stop adding new files. |
For an example, refer to DicomDir.Reset.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileCommand
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)