Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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
Leadtools.Dicom.DicomDirInsertFileCommand = function() { }; Leadtools.Dicom.DicomDirInsertFileCommand.prototype = {<br/> LeadtoolsMemberMarker(replace me) };
public enum class DicomDirInsertFileCommand : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Continue | Keep adding DICOM files to the Directory. |
0x00000008 | Skip | Skip the addition of the current DICOM file. This can be done only during the first call to the callback method OnInsertFile for the file to be skipped. |
0x000000EA | Stop | Stop adding new files. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomDirInsertFileCommand