'Declaration
Public Function MakeEnhancedMultiFrame( _ ByVal Remove As Boolean _ ) As DicomImage
'Usage
Dim instance As DicomImageCollection Dim Remove As Boolean Dim value As DicomImage value = instance.MakeEnhancedMultiFrame(Remove)
public DicomImage MakeEnhancedMultiFrame( bool Remove )
public: DicomImage^ MakeEnhancedMultiFrame( bool Remove )
Parameters
- Remove
- True if the images should be removed from the collection after this function call.