| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomDirInsertFileCommand Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomDirInsertFileCommand : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomDirInsertFileCommand : public Enum | |
| 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code