Leadtools.Dicom Namespace : DicomDirInsertFileCommand Enumeration |
public enum DicomDirInsertFileCommand : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomDirInsertFileCommand Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomDirInsertFileCommand
public enum DicomDirInsertFileCommand : System.IComparable, System.IConvertible, System.IFormattable
ObjectiveC Syntax
Java Syntax
Leadtools.Dicom.DicomDirInsertFileCommand = function() { }; Leadtools.Dicom.DicomDirInsertFileCommand.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class DicomDirInsertFileCommand : public System.Enum, System.IComparable, System.IConvertible, System.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. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileCommand
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